cs1-graphics

python 3 drawing library that takes calls similar to the cs1-graphics library and outputs with the turtle library


Keywords
drawing-library
License
MIT
Install
pip install cs1-graphics==1.5

Documentation

cs1-graphics

Please keep in mind that this is still a work in progress. This project was made because the pre existing cs1 graphics library does not work with python3. This library takes calls that would work with cs1.graphics and renders the image in turtle instead.

Getting Started

to use this library simple write the follwing into your terminal

pip3 install cs1-graphics

you can then import the functions by writing:

from cs1.graphics import *

Documentation

Built With

  • turtle - Used to render graphics

PyPi link

  • PyPi - link to project in PyPi

License

This project is licensed under the MIT License - see the LICENSE.md file for details