在 python 3 中,是否有更简单的方法在桌面应用程序中创建前端?

Are there easier ways to create frontend in desktop apps in python 3?

我是 python 的新手,我已经将 MFC 用于具有图形用户界面的 C++ 应用程序,是否有类似的简单方法来在 python 桌面应用程序中创建前端?我尝试为 python 寻找诸如 MFC 之类的选项,但找不到

我们在 python.org wiki 中有很多:https://wiki.python.org/moin/GuiProgramming

我推荐基于Qt/C++的PySide2或PyQt5或基于wxWidgets的wxPython