Is tkinter a good starting point with graphics in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is tkinter a good starting point with graphics in python

2nd Mar 2017, 6:38 PM
Riley Laher
Riley Laher - avatar
2 Answers
+ 5
Tkinter is a starting point for Graphical User Interface. How good it is is subjective: I personally prefere WXWidgets or GTK as it can blend with the underlying OS style. For graphics you can look at pygame, graphics, py3D as a starting point.
2nd Mar 2017, 8:06 PM
seamiki
seamiki - avatar
+ 2
tkinter basic GUI WXwidgets better GUI Qt even better GUI kivy py3D pygame total graphics
26th Aug 2017, 12:41 AM
AldoS
AldoS - avatar