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.
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...
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.