I'm working on a scheduling app and looking for a calendar, timeline or other planning related GUI component for Python.
Are you aware of any ?
I'm working on a scheduling app and looking for a calendar, timeline or other planning related GUI component for Python.
Are you aware of any ?
Have a look at PyQt. It has a calendar widget and the wrapper allows you to modify the rendering of the calendar.
wxPython has two, CalendarCtrl
and Calendar
. The former offers a more "native" feel, at least on Windows. If you download the wxPython Demo program you can see both in action.