Skip to main content

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.8.0.tar.gz (31.2 kB view hashes)

Uploaded source

Built Distribution

GooCalendar-0.8.0-py3-none-any.whl (22.7 kB view hashes)

Uploaded py3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page