Easy Draw Module
  • About the Project
  • Student Developed Art
  • 🐍Python
    • Setup and Install
    • Starter Template
    • Example Code
    • Style Guide
    • Module Reference
      • The Drawing Canvas
      • Colors
      • Drawing Shapes
      • Text and Images
      • Property Getting and Setting
      • Object Methods
      • Event Handling
      • Saving Your Drawing
    • Power Users
    • Issues and Features Coming Soon...
  • Python Curriculum
    • Unit 1: Drawing Basics
    • Unit 2: Drawing Algorithms
    • Unit 3: Functions and Events
  • ☕Java
  • Coming Soon...
  • Java Curriculum
    • Unit 1: Using Easy Draw Objects
    • Unit 2: If Statements and Drawings
    • Unit 3: Iteration and Drawings
    • Unit 4: Methods and Classes to Abstract Drawings
    • Tabs
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Python

Power Users

PreviousSaving Your DrawingNextIssues and Features Coming Soon...

Last updated 4 years ago

Was this helpful?

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

🐍
Tkinter 8.5 reference: a GUI for Python
Logo