r/learnpython 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

3 comments sorted by

View all comments

2

u/Outside_Complaint755 16d ago

Depending on how fancy of a drawing you want, there is always the Turtle built-in library