Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 506 Bytes

Python Graphics

  • A simple Graphics in Pyhton using Turtle

Installing packages

pip install turtle

Running the Program

  • In terminal
python/python3 main.py

To Contribute

  • Fork this repostory
  • Create a Pull request targeting this master branch
  • Wait for it to get reviewed
  • Done

Contributors