0
[Solved] Selecting a GUI
In sort I am making a personal side project, In Python to be used on the Rasberry Pie to hold and display Kind of like a wiki or a ditigal cook book. I am having trouble picking out what GUI I should use I dont have much experience with Python so I am unsure which I should go with.
2 ответов
+ 4
Tkinter easily comes to mind as it is really easy to learn and use. It comes installed with python. There are other options though like Pygame, PyQt and the likes...
+ 1
You could use tkinter as is easier to learn . Wxpython next in mind PyQt