A Python module to create a HTML calendar for a given year (including the year before and the year after). The HTML is then saved to a given file.
To run:
python -m calendar_generator <year> <file>
For help text run: python -m calendar_generator --help