0
How I can programing a graphic with data types in Python?
thanks for your awnser
2 odpowiedzi
+ 1
Hello @bearst,
If you want to make a program with graphic user interface (GUI) you need a GUI tool kit.
In Python there are many. But my suggestion is Kivy: https://kivy.org
But be sure you understand Python basics before learning a GUI toolkit.
Good studying.
+ 1
thanks