# 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`
