Nachimak28 / turtle_graphics_experiments

My Experiments with turtle graphics in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turtle graphics experiments

Steps to run any of the codebase

Prerequisite: Python 3.7 version installed in your system

  • Clone this repository
git clone https://github.com/Nachimak28/turtle_graphics_experiments.git
  • Change directory into the cloned repo folder
cd turtle_graphics_experiments
  • Install requirements (prererrably using conda or virtalenv)
pip install -r requirements.txt
  • Run any of the files
python <filename>.py

Artwork generated

Helpful links

About

My Experiments with turtle graphics in python


Languages

Language:Python 100.0%