Metadata-Version: 2.1
Name: pydraw
Version: 0.0.2
Summary: A package designed to make graphics with Python simple and easy
Home-page: https://github.com/FeaturedSpace/pydraw
Author: Noah Coetsee
Author-email: noah@noahcoetsee.me
License: UNKNOWN
Description: # pydraw
        
        This is a simple graphics library designed to make graphics
        and input simple and synchronized.
        
        It was originally designed to replace turtle as the goto graphics library for teaching
        computer science. It has grown into a larger project, with loftier goals of creating an 
        easy-to-use library that will be easy to learn, teach, and use in almost any circumstance.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
