A fun and simple desktop application to create WANTED posters from images, built with Python and Tkinter. Add βWANTEDβ and βREWARDβ banners, then save your poster as a PDF.
- Upload any image
- Add top banner βWANTEDβ
- Add bottom banner βREWARD $5000β
- Preview poster in GUI
- Save poster as PDF
- Simple and intuitive interface
- Python 3
- Tkinter β GUI framework
- Pillow (PIL) β image processing and PDF generation
- ImageFont β custom font support for poster text
Clone the repository:
git clone https://github.com/ErkanSoftwareDeveloper/wanted-poster.git
cd wanted-posterInstall dependencies:
pip install -r requirements.txtMake sure the Font/LibreBodoni-Medium.ttf file is present, or the app will fallback to the default font.
Run the application:
python wantedposter.py- Click UPLOAD IMAGE to select a photo
- Click GENERATE WANTED to add banners
- Click SAVE AS PDF to export your poster
- Preview is shown in the GUI before saving
wanted-poster/
ββ wantedposter.py # Main application file
ββ Font/LibreBodoni-Medium.ttf # Optional custom font
ββ .gitignore # Git ignored files
ββ README.md # Project documentation
ββ requirements.txt # Project dependencies
- Custom text for top and bottom banners
- Custom reward amount
- Save as image formats (PNG/JPG)
- Dark / light theme support
- Packaging as executable (.exe)
This project is intended for educational and personal use.
