Reputation: 262
which python library is the best one for drawing such elements
it is important that the rectangle inside a rectangle is centered and has an adjustable size and can be colored.
and also the possibility of drawing several in a row and a column is important.
Upvotes: 0
Views: 61
Reputation: 429
best bet is starting with Turtle, give this a read: https://realpython.com/beginners-guide-python-turtle/#:~:text=turtle%20is%20a%20pre%2Dinstalled,gives%20the%20library%20its%20name.
Upvotes: 0