pyBegin / projects / custom-seating-cards
🃏

Custom Seating Cards

Creates a decorative PNG seating/place card for each guest listed in guests.txt, drawing their name over a flower image with a custom font.

46 lines🖥 Desktop only

Custom Seating Cards

Creates a decorative PNG seating/place card for each guest listed in guests.txt, drawing their name over a flower image with a custom font.

Example

Given a guests.txt containing:

Alice
Bob

Running the script creates an imageCards/ folder containing:

How to run on localhost

pip install Pillow
python custom_cards.py

Dependencies