Skip to content

Latest commit

 

History

History

Turtle Graphics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Contributors Forks Stargazers Issues MIT License LinkedIn

Turtle Graphics

Simple graphics

Report Bug · Request Feature

About The Project

Turtle is vector graphics, It uses a relative cursor (the "turtle") upon a Cartesian plane (the "window"), letting you draw different figures.

Usage

python3 3_turtle.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.