Is it possible to work with graphics in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is it possible to work with graphics in python

11th Mar 2019, 4:17 AM
Sir Kev
Sir Kev - avatar
3 Answers
+ 3
Python’s Pillow module works with image data manipulation. The Pygame module can be used for animation/game creation. However, neither of these can be used in the Sololearn code playground.
11th Mar 2019, 4:27 AM
Nathan Lewis
Nathan Lewis - avatar
+ 3
You can also use the Modules TKinter and Turtle. Turtle is the easiest Way for Beginners. But Nathan Lewis is right. It will not work in SoloLearn.
11th Mar 2019, 6:46 AM
Sebastian Keßler
Sebastian Keßler - avatar
+ 1
Thanks a lot ....do you have any tips or tricks that may come in handy when working with any of these modules ...especially in Tkinter
13th Mar 2019, 6:46 AM
Sir Kev
Sir Kev - avatar