Skip to content

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

License

Notifications You must be signed in to change notification settings

jackSeigerman/cs1-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Speical thanks

thank you Ryan Kennelly

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages