How to draw
[deleted]
Hello, I do not exactly under the procedure in which to make graphics with python. Could someone explain how to make a simple animation or picture? (e.g a smiley face)
codermaster8
wut
willisidi
There are a lot of packages on the internet that you have to install and add to the Python program. You can create very complex drawings in 2D and 3D or even small animations if you use the functions correctly. You can even make paintings on numbers like those on https://paintingbynumbersshop.com/collections/christmas-paint-by-numbers and then print them out and give them to friends who are passionate about painting or even sell them.
Hi, @hendryxu . Python has a several modules for making animation or simple drawing in 2D and 3D. All you have to do is just search them on google and install it to your Python packages using command prompt.
@elonmaks Thank You!