Python visual objects? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python visual objects?

So, im new in python and i have a question, is there any way of make python draw? so the person can see, for example, a red square?, or even a way to interact with the square? should i use a special library or what im supposed to do?

7th Apr 2017, 12:15 PM
Shaoke
Shaoke - avatar
2 Answers
+ 12
tkinter ! not allowed on sololearn though
7th Apr 2017, 12:31 PM
Ahri Fox
Ahri Fox - avatar
+ 5
turtle ;), tkinter, pygame, pyglet (2D/3D), kivy - are graphics-able modules with good quality documentation.
7th Apr 2017, 12:38 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar