Metadata-Version: 2.1
Name: tinydrawer
Version: 0.0.9
Summary: A collection of drawing methods for Rasberry Pi Pico devices
Author: Saranomy
Author-email: saranomy@gmail.com
License: MIT License
Project-URL: Homepage, https://github.com/saranomy/tinydrawer
Keywords: raspberry,pi,pico,display,game engine
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: Implementation :: MicroPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# TinyDrawer

A collection of drawing methods for Rasberry Pi Pico devices

```python
from tiny_drawer import TinyDrawer

# Initilize TinyDrawer
td = TinyDrawer()
```

Documentation is available on [Github](https://github.com/saranomy/tinydrawer).
