For the complete documentation index, see llms.txt. This page is also available as Markdown.

Power Users

Using other Tkinter capabilities

Easy Draw is just a Tkinter GUI window. It has all the capabilities of any Tkinter app.

You can modify or add to Easy Draw's Tkinter window by referencing the Easy Draw variable easy_draw.WINDOW

You can modify or add to Easy Draw's canvas by referencing the Easy Draw variable easy_draw.CANVAS

Last updated

Was this helpful?