Skip to content

prayzey/prayerimage

Repository files navigation

Prayer Image Generator

A web application that generates beautiful prayer images with customizable text and scripture references.

Features

  • Generate prayer images with custom text
  • Automatic scripture reference detection
  • Prayer number detection
  • Beautiful gradient backgrounds
  • Mobile-friendly web interface

Local Development

  1. Install dependencies:
pip install -r requirements.txt
  1. Run the Flask development server:
python app.py
  1. Open http://localhost:5000 in your browser

Deployment to Vercel

  1. Install Vercel CLI:
npm i -g vercel
  1. Login to Vercel:
vercel login
  1. Deploy:
vercel

GitHub Setup

  1. Create a new repository on GitHub
  2. Initialize git and push your code:
git init
git add .
git commit -m "Initial commit"
git remote add origin YOUR_GITHUB_REPO_URL
git push -u origin main

Technology Stack

  • Flask (Python web framework)
  • Pillow (Image processing)
  • NumPy (Numerical computations)
  • TailwindCSS (Styling)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published