> For the complete documentation index, see [llms.txt](https://easy-draw.joemazzone.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easy-draw.joemazzone.net/python/using-other-tkinter-capabilities.md).

# Power Users

## Using other Tkinter capabilities

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

{% embed url="<https://tkdocs.com/shipman/>" %}

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`
