Skip to content

ErkanSoftwareDeveloper/wanted-poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 WANTED Poster Generator

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.


✨ Features

  • Upload any image
  • Add top banner β€œWANTED”
  • Add bottom banner β€œREWARD $5000”
  • Preview poster in GUI
  • Save poster as PDF
  • Simple and intuitive interface

πŸ› οΈ Technologies Used

  • Python 3
  • Tkinter – GUI framework
  • Pillow (PIL) – image processing and PDF generation
  • ImageFont – custom font support for poster text

πŸ“¦ Installation

Clone the repository:

git clone https://github.com/ErkanSoftwareDeveloper/wanted-poster.git
cd wanted-poster

Install dependencies:

pip install -r requirements.txt

Make sure the Font/LibreBodoni-Medium.ttf file is present, or the app will fallback to the default font.


▢️ Usage

Run the application:

python wantedposter.py
  1. Click UPLOAD IMAGE to select a photo
  2. Click GENERATE WANTED to add banners
  3. Click SAVE AS PDF to export your poster
  4. Preview is shown in the GUI before saving

πŸ“ Project Structure

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

πŸ“Έ Video

2026-01-1116-12-42-ezgif com-video-to-gif-converter


πŸš€ Possible Improvements

  • Custom text for top and bottom banners
  • Custom reward amount
  • Save as image formats (PNG/JPG)
  • Dark / light theme support
  • Packaging as executable (.exe)

πŸ“„ License

This project is intended for educational and personal use.

About

Python wanted poster generator script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages