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)

Supported by

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