Python graphics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python graphics

How do I make 2d graphics in python eg for simple python games?

20th Apr 2020, 8:56 PM
Code_laser (not Super Avtive)
Code_laser (not Super Avtive) - avatar
2 Answers
+ 3
Turtle is more for artwork. PyGame has built-in shapes and colour tools, but they aren’t of much quality. Best to make your own graphics in something like Inkscape, Illustrator or Aseprite
22nd Apr 2020, 4:27 PM
Michael David
Michael David - avatar
+ 1
Use turtle module
20th Apr 2020, 9:25 PM
Bagus Prasetyo