# 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 %}
