/hex_calendar

A tool for generating hexadecimal calendar for a year

Primary LanguagePythonMIT LicenseMIT

Hex Calendar

MIT license

A tool for generating hexadecimal calendar for a year

Description:

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.

Usage example:

$ 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: Hexadecimal calendar for a year 2018

Requirements:

Pillow (PIL fork)

License:

Released under The MIT License.