Metadata-Version: 2.1
Name: designer
Version: 0.1.0
Summary: Student-friendly and evidence-based visual graphics library.
Home-page: https://github.com/krishols/designer
Author: krishols, acbart
Author-email: kris@udel.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

![Documentation](https://github.com/krishols/designer/actions/workflows/docs.yml/badge.svg)
# Designer
An interactive graphics library designed with student data to learn Python.

# Installation
Install from the command line: 

 ```
 pip install designer
 ```
  
Or install from [this repository](https://github.com/krishols/designer).

# Documentation
Find the documentation for Designer [here](https://krishols.github.io/designer/).


