thfree / hex_calendar

A tool for generating hexadecimal calendar for a year

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool for generating hexadecimal calendar for a year

License:MIT License


Languages

Language:Python 100.0%