+ 2
Is it possible to work with graphics in python
3 Respostas
+ 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.
+ 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.
+ 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