A tool for generating hexadecimal calendar for a year
The tool is written in Python with usage of Pillow for generating and saving of calendar image.
Supports both Python 2 and Python 3.
The tool was inspired by this (old link) project.
$ python hex_calendar.py [year (default=current)]
Examples:
$ python hex_calendar.py
or
$ python hex_calendar.py 2018
Generates hexadecimal calendar for 2018 with SPbPython logo:
Pillow (PIL fork)
Released under The MIT License.