Makes a monthly planner PDF based on template month, week and day pages as follows:
- Month overview as first page
- Day Page each day
- Week Review Page after each Sunday
Sourcing the PDF templates is an exercise left to the reader. I have personally used the free to download template by pandaplanner.
- PyPDF2
- pandas
Move the three created template files inside the folder under the following names:
- month.pdf
- week.pdf
- day.pdf
Default using python3
./makeplanner.py [year:[2018-2100]] [month:[1-12]] [filename:string?]
or
python makeplanner.py [year:[2018-2100]] [month:[1-12]] [filename:string?]
$ ./makeplanner.py 2018 9
Wrote Planner-September-2018.pdf
This project is licensed under the MIT License - see the LICENSE file for details