Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 602 Bytes

README.MD

File metadata and controls

11 lines (6 loc) · 602 Bytes

This is a system to automatically generate flyers for Local Hack Day when given a CSV with event names and venue addresses.

To run this project from the root directory type the following into your command line:

python main.py

If you want to change the background image replace base.jpg with a desired background. To change the data modify the data.csv file.

Output samples can be viewed in https://github.com/MLH/flyer_generator/tree/master/output.

You will need to have the Python Imaging Libary (PIL) installed. See https://python-pillow.github.io for information about installing PIL.