I want to add a UI to a script developed in Python. Which library is better to use to draw the window? Please recommend
高洛峰
高洛峰 2017-05-18 10:56:55
0
4
617

I originally planned to use tkinter, but tk could not run under py53. Tk() said that SDL could not be found, cross-platform performance. . I'm looking forward to it.
Later I joined kivy because I heard that this packaged app can also be run on Android, which is very convenient, so I gave it a try. . As a result, I didn't know that because kivy's sdl does not support IME, the input box cannot input Chinese. .
So, come here for help, is it really that difficult to develop window programs in python? . . .

-------2017.5.1 update-------

Thank you for your answers. At present, I am ready to choose pyside as the preferred solution. pyqt cannot be developed because it encounters a bunch of bugs. Just download the compiled installation file of the corresponding version from the official website of pyside and install it. As an alternative, easygui is provided in the form of WEB UI as a final plan. . I really don’t want to use web UI until that step, thank you all for your answers.

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(4)
某草草

Try these introduced on the Python official website

洪涛

If you just want to make a simple and crude UI, easygui is highly recommended. It is much easier to get started than those advanced and comprehensive libraries.

習慣沉默

wxPython documentation is here: http://wiki.woodpecker.org.cn...

过去多啦不再A梦

In fact, I think it is a good choice to provide it in the form of WEB UI. You can use it with a browser, otherwise it would be a real headache to install various packages.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!