Python - Best GUI library for the job?

前端 未结 5 1084
走了就别回头了
走了就别回头了 2021-02-07 05:45

I\'ve been using WxPython and I\'ve tried Tk, but it seems that, while both are good and I\'ll likely use them for other projects, neither of those appear to be capable of accom

5条回答
  •  没有蜡笔的小新
    2021-02-07 06:15

    Just sharing my opinion: Kivy.

    Innovative open-source library. Supports both 2.x and 3.x versions of Python.

    Kivy - Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

    Kivy is based on OpenGL ES 2 and includes native multi-touch for each platform and Android/iOS. It’s an event-driven framework based around a main loop, and is thus also suitable for game development.

提交回复
热议问题