Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 932 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 932 Bytes

PDF PLANNER MAKER

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

Getting Started

Sourcing the PDF templates is an exercise left to the reader. I have personally used the free to download template by pandaplanner.

Setting up

Dependencies

  • PyPDF2
  • pandas

Move the three created template files inside the folder under the following names:

  • month.pdf
  • week.pdf
  • day.pdf

Running

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?]

Example

$ ./makeplanner.py 2018 9
Wrote Planner-September-2018.pdf

License

This project is licensed under the MIT License - see the LICENSE file for details