is there a library for python that is more suitable for drawing faces in python

64 views Asked by At

I am trying to make a python script that is able to create randomized 2d faces. I'm using turtle at the moment but, I was wondering if there is a better library that is capable for example of auto-completion (auto connecting of lines that are distant from each other) say for example you wanted to divide a face into three portions upper mid and bottom and these three sections have different widths. but, at the end, you connect them together.

0

There are 0 answers