# Home

Welcome to pyDraw's official guides and documentation page! Here you can find resources to help you get started with pyDraw or view certain example programs to see it in action!

## What is pyDraw?

pyDraw is a library designed for teachers and students that allows for easy and simple graphics development. Its strengths lie in Object-Oriented Structures and methods, pythonic methods and interfaces, and an automatic input system that simplifies input to a new degree.

pyDraw is written in Python (hence the name), but if you prefer Java, it has a sister-library, [javaDraw](https://javadraw.graphics), which contains the majority of the content in pydraw, with some differences.

## Getting Started

{% content-ref url="guides/installation" %}
[installation](https://docs.pydraw.graphics/guides/installation)
{% endcontent-ref %}

{% content-ref url="guides/getting-started" %}
[getting-started](https://docs.pydraw.graphics/guides/getting-started)
{% endcontent-ref %}

{% content-ref url="guides/quickstart" %}
[quickstart](https://docs.pydraw.graphics/guides/quickstart)
{% endcontent-ref %}

## Documentation and API Reference

{% content-ref url="documentation" %}
[documentation](https://docs.pydraw.graphics/documentation)
{% endcontent-ref %}

{% hint style="info" %}
pyDraw was created and is currently maintained by Noah Coetsee; pay me a visit:

<https://noahcoetsee.me>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pydraw.graphics/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.
