A calendar widget for GTK using PyGoocanvas
Project description
A calendar widget for GTK using GooCanvas
Nutshell
Example usage:
>>> import datetime >>> import goocalendar >>> event_store = goocalendar.EventStore() >>> calendar = goocalendar.Calendar(event_store) >>> event = goocalendar.Event('Birthday', ... datetime.date.today(), ... bg_color='lightgreen') >>> event_store.add(event)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
GooCalendar-0.6.tar.gz
(30.4 kB
view hashes)
Built Distribution
GooCalendar-0.6-py3-none-any.whl
(16.6 kB
view hashes)
Close
Hashes for GooCalendar-0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8c3b107590f395cdb94b72a04821c021b4ca5890969be2039bbecf4f5f9abc0 |
|
MD5 | 1d11b40028b7ea9b0eab2d84c512f2d8 |
|
BLAKE2b-256 | 82803842f021388c0a8a7661b9f46315052c7b20041ed7f016f2324e13d6ac0e |