https://github.com/mathialo/calgen
Generate pretty printable monthly calendars
https://github.com/mathialo/calgen
calendar pdf python
Last synced: 6 days ago
JSON representation
Generate pretty printable monthly calendars
- Host: GitHub
- URL: https://github.com/mathialo/calgen
- Owner: mathialo
- License: mit
- Created: 2018-09-17T17:05:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T21:23:25.000Z (over 7 years ago)
- Last Synced: 2025-10-26T13:47:13.960Z (9 months ago)
- Topics: calendar, pdf, python
- Language: Python
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calgen
Calgen will generate pretty printable monthly calendars with Norwegian holydays highlighted.
Written in Python 3. It also requires a working LaTeX installation to produce PDFs.
### Usage
To generate calendars, run calgen with the requested year as an argument:
``` bash
$ python3 calgen.py 2018
```
If you only want calendars for certain months, list them as additional arguments:
``` bash
$ python3 calgen.py 2018 10 11 12
```
Months are indexed from 1, ie, 1 is januar, 2 is february, and so on.
### Example
