This repository is a collection of python functions that represent a logical way to draw letters with the intention of adding those letters to other letters and making sentences
Go to main.py, install all required packages. Go all the way down, and replace what is inside draw_word( ) with what you want.
- multi-line printing
Would you like to contribute?
- are you aware of mathematical ways of drawing letters? You can create an issue with the mathematical way attached.
- do you see a better way of drawing a letter? create an issue with the differences of the current way and your proposal.
- are you interested to work with the turtle library in this project? Check the issues that are approved to be changed, and create a pull request with your changes.