- This project is made using in-built python library called “Turtle”.
- Turtle graphics is a popular way for introducing programming to kids.
- It was part of the original Logo programming language developed by Wally Feurzig and Seymour Papert in 1966.
- download this repository on your system as zip file
- extract and open main.py in python IDLE or any python IDE
- User runs the program and enters his/her name or any string. the program then separates each character from the name and calls turtle function for every character.
- A new window opens with dark-grey background and turtle drawing letters, symbols and spaces one by one.
- The Speed, fill and color of turtle can be controlled at back-end.
- Spaces present in between any two characters, and extra spaces present in between two words, are taken care of.
- 5 total python files (roughly 11 KB)
- around 30 functions
- 700+ lines of code (including comments & blank spaces)
- name of the project is now Typography turtle
- 5 total python files (roughly 13.6 KB)
- 15 alphabets are working
- around 30 functions
- 800+ lines of code (including comments & blank spaces)
- 5 total python files (roughly 16 KB)
- 20+ alphabets and special characters are working
- around 30 functions
- 950+ lines of code (including comments & blank spaces)
- 6 total python files (around 22 KB)
- Added - Numbers can also be drawn now
- All alphabets are working
- Total number of functions: 40
- 1300+ lines of code (including comments and blank spaces)
- Optimised code
- 6 total python files (around 21 KB)
- All alphabets, numbers and special characters tested
- approx 1150 lines of code (including comments and blank spaces)