Is there good planning GUI component (widget) for python?
I'm working on a scheduling app and looking for a cale开发者_StackOverflowndar, 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.
Your question is not really clear so I can't know your needs but, maybe, you should check faces, a powerful and free project management tool that you "program" in python.
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.
精彩评论