Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 207 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 207 Bytes

Poster Generator

Brand new poster generator for Urlab's Smartmondays

Installation 🚀

pip install poetry
poetry install
poetry shell
# Run the program
python3 main.py
# Exit poetry shell
exit