[Solved] Selecting a GUI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

20th Jun 2020, 3:40 PM
Joker
Joker - avatar
2 Answers
+ 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...
20th Jun 2020, 3:49 PM
Tomiwa Joseph
Tomiwa Joseph - avatar
+ 1
You could use tkinter as is easier to learn . Wxpython next in mind PyQt
21st Jun 2020, 12:18 PM
Chinyere Unamba
Chinyere Unamba - avatar