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.
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 *
- cs1.graphics - cs1 graphics docs
- turtle - Used to render graphics
- PyPi - link to project in PyPi
This project is licensed under the MIT License - see the LICENSE.md file for details