开发者

Is there good planning GUI component (widget) for python?

开发者 https://www.devze.com 2023-01-15 21:07 出处:网络
I\'m working on a scheduling app and looking for a cale开发者_StackOverflowndar, timeline or other planning related GUI component 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消