# Easy Draw Module

## Easy Draw Module

- [About the Project](https://easy-draw.joemazzone.net/master.md)
- [Student Developed Art](https://easy-draw.joemazzone.net/student-developed-art.md)
- [Setup and Install](https://easy-draw.joemazzone.net/python/setup-and-install.md)
- [Starter Template](https://easy-draw.joemazzone.net/python/starter-template.md)
- [Example Code](https://easy-draw.joemazzone.net/python/example-code.md)
- [Style Guide](https://easy-draw.joemazzone.net/python/style-guide.md)
- [Module Reference](https://easy-draw.joemazzone.net/python/module-reference.md)
- [The Drawing Canvas](https://easy-draw.joemazzone.net/python/module-reference/the-drawing-canvas.md)
- [Colors](https://easy-draw.joemazzone.net/python/module-reference/colors.md)
- [Drawing Shapes](https://easy-draw.joemazzone.net/python/module-reference/drawing-shapes.md)
- [Text and Images](https://easy-draw.joemazzone.net/python/module-reference/text-and-images.md)
- [Property Getting and Setting](https://easy-draw.joemazzone.net/python/module-reference/property-getters-and-setters.md)
- [Object Methods](https://easy-draw.joemazzone.net/python/module-reference/object-methods.md)
- [Event Handling](https://easy-draw.joemazzone.net/python/module-reference/event-handling.md)
- [Saving Your Drawing](https://easy-draw.joemazzone.net/python/module-reference/saving-your-drawing.md)
- [Power Users](https://easy-draw.joemazzone.net/python/using-other-tkinter-capabilities.md)
- [Issues and Features Coming Soon...](https://easy-draw.joemazzone.net/python/coming-soon....md)
- [Unit 1: Drawing Basics](https://easy-draw.joemazzone.net/python-curriculum/unit-1-drawing-basics.md)
- [Unit 2: Drawing Algorithms](https://easy-draw.joemazzone.net/python-curriculum/unit-2-drawing-algorithms.md)
- [Unit 3: Functions and Events](https://easy-draw.joemazzone.net/python-curriculum/unit-3-functions-and-events.md)
- [Coming Soon...](https://easy-draw.joemazzone.net/coming-soon....md)
- [Unit 1: Using Easy Draw Objects](https://easy-draw.joemazzone.net/java-curriculum/unit-1-using-easy-draw-objects.md)
- [Unit 2: If Statements and Drawings](https://easy-draw.joemazzone.net/java-curriculum/unit-2-if-statements-and-drawings.md)
- [Unit 3: Iteration and Drawings](https://easy-draw.joemazzone.net/java-curriculum/unit-3-iteration-and-drawings.md)
- [Unit 4: Methods and Classes to Abstract Drawings](https://easy-draw.joemazzone.net/java-curriculum/unit-4-methods-and-classes-to-abstract-drawings.md)
- [Tabs](https://easy-draw.joemazzone.net/java-curriculum/tabs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://easy-draw.joemazzone.net/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
