6 Answers
+ 3
Iâm actually not quite sure. Tkinter is easy to use, and is included with python. But they will most likely be better alternatives out there. đ€
+ 1
if is for desktop i think qtcreator and qt are the best option. for web is better create a restfull api and cosume the api via http with a javascript framework like angular, vue.js or react.
+ 1
There is one called graphics.py is a very simple graphics module. It wouldn't be good to use for high end graphics though. Its better for learning how it works. However, tkinter and turtle are two good 3rd party modules that I'd recommend.
0
kivy is #1 i think since it supports win,linux,ios,android
0
Nice. Thanks.
but whats the best free tutorial for me to learn Tkinter.
because I have being searching.
0
There are most frameworks avaible... Tk, Kivy, wxPython, Qt are most populars.. I suggest Kivy though at begin it can appear strange respect to others