Software
Blog
Course
More
To change the background color you can set bg as an optional argument when you create the canvas object.
canvas = Canvas.canvas(bg=(0,0,0))
This example sets it to black.
To change the background color you can set bg as an optional argument when you create the canvas object.
canvas = Canvas.canvas(bg=(0,0,0))
This example sets it to black.