• XSS.stack #1 – первый литературный журнал от юзеров форума

How to make a Desktop GUI for Windows PC?

Пожалуйста, обратите внимание, что пользователь заблокирован
I want to make a Desktop GUI for it.
Python has a lot of GUI libraries you can pretty much use any of deskop based stuff, like tkinter, PyQt/PySide, Kivy, wxPython and etc. Also web/desktop compatible libraries like NiceGUI and Flet looks nice. There's also a common abstraction library PySimpleGui that works across a few other GUI libraries.

What should be my choice of package for the GUI part?
For simple pure desktop GUI I would just use tkinter, for more complex composable GUIs I would ether take PyQt/PySide (for a native looking UI) or Kivy (for more stylized UI), if I would want to target both desktops and web I would pick NiceGUI or Flet (NiceGUI has more ready to use widgets, Flet widgets are more composable).
 
Пожалуйста, обратите внимание, что пользователь заблокирован
there are few libraries supported by python for gui tkinter , wxPython , Kivy , PyGTK , pyqt + builder available
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх