How to create a custom GUI for a python program?

后端 未结 5 730

I want to create a GUI for a python program with a custom design, I have a mock-up in Photoshop and I\'m looking for a library that supports theme or any other library that can

5条回答
  •  说谎
    说谎 (楼主)
    2021-02-09 00:49

    I would recommend pyqt4 or pyside. It has the most robust gui development for python. It already comes with a handful of styles like:

    • Windows
    • WindowsXP
    • WindowsVista
    • Motif
    • CDE
    • Plastique
    • Clearlooks

    And you can also create your own styles. This link is a good starting point:

提交回复
热议问题