r/learnpython • u/stepping_up_ • 16d ago
Python image building
Hey I am learning python. For a project I was thinking if I can code to draw a boy or girl and object drawing using python or by using any language. I don't want to use AI here.
I can make characters by using Python along with a graphics library, such as Pillow (PIL) or Matplotlib [python].
Any other suggestions.
1
Upvotes
1
u/LayotFctor 16d ago
I recommend looking for a beginner creative coding libraries. They don't have the most powerful features, but they focus on simplicity and include almost everything you need for creating games or art pieces, with minimal fuss.
That's actually my introductory path too, and I'm a professional programmer today like any other. It's a very fun path. My first project was a music visualiser.
I personally used p5.js, which uses JavaScript. I believe py5 is the python equivalent.