Create memes from your own images. Upload a file, add top and bottom text, then download the result.
- Upload an image (JPG, PNG, GIF, WEBP)
- Add top and bottom meme text
- Download the generated meme as PNG
- Create and activate a virtual environment:
python3 -m venv .venvsource .venv/bin/activate
- Install dependencies:
python3 -m pip install -r requirements.txt
- Start the app:
python3 app.py
- Open
http://127.0.0.1:5000in your browser.
- Ensure the editor exposes port
5000, or set a custom port withPORT=8000 python3 app.py.
- Generated images are saved to
generated/. - Upload limit is 10MB per image.