FPO = For Placement Only
A placeholder image generation service built with Python, Flask, and PIL.
- At least Python 3.7 must be installed
- Use a virtual environment:
python3 -m venv venv
pip install -r requirements.txt
./start.sh
You should now be able to see the site at http://0.0.0.0:5000
Note: You will see an error on the homepage for the Patreon widget because it doesn't like seeing the local domain for redirect. You can ignore this.