Metadata-Version: 2.1
Name: pyCal2PDF
Version: 0.0.3.11
Summary: PDF calendar generator
Home-page: https://github.com/1-annum/pyCal2PDF
Author: Oberron
Author-email: one.annum@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/1-annum/pyCal2PDF/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# README

pyCal2PDF is inspired by python module [Calendar](https://docs.python.org/3/library/calendar.html) which can generate either html or txt calendars with extra goal to generate:
* *.pdf Calendar
* fill calendar with information coming from iCalendar files (*.ics)
* easy configuration of different printing templates


## SETUP

Note only tested with python 3.9

```
pip install pyCal2PDF
```

## PDF Calendar generation

for examples on how to generate calendar see the `test` folder.

