Determine the number of weeks you have left to live and print a grid of them out on a nice A4 sheet of paper! Or, perhaps, a shirt. That sounds good, too.
Hope you don't mind the thimbleful of existential crisis that comes with it.
HOW TO USE:
- Clone this repo.
- (optional) Install virtualenv and create a virtual environment:
virtualenv venv
. venv/bin/activate
- Install requirements.
pip install -r requirements.txt
- Run
python app.py
- Enter your data and expect a calendar.svg file in the repo root directory.