Skip to main content

To Draw Alphabet And Number Using Turtle Module

Project description

Logo

> To Draw Alphabet And Number Using Turtle Module

About Turtle:

  • 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.

Installation

Gui Installation (How To Use):

git clone https://github.com/C0DE-SLAYER/alphaturtle
cd alphaturtle
pip install -r requirement.txt
python alphaturtle_gui.py

To Use Function On Your Own / CLI (How To Use) :

pip install alphaturtle

Usage/Examples

Gui Usage :

1.Run using python alphaturtle_gui.py

App Screenshot

2.Fill All The Requried Field

App ScreenShot

3.Hit The Draw Button :

App Screenshot

CLI Usage :

If you have install alphaturtle using pip just run this in terminal/powershell/cmd :

alphaturtle -i python

App Screenshot

For help run alphaturtle -h

App Screenshot

Use Function Own :

Include alphaturtle in your project :

from alphaturtle import * # import aplhaturtle 
import turtle # importing turtle module
SetVar(2, 5, 20, 'black', 'yellow', 0) # setting values

drawLetterP() # calling function to draw P 
whiteSpace()  # drawing whitespace
drawLetterY() # calling function to draw Y 
whiteSpace()  # drawing whitespace
drawLetterT() # calling function to draw T 
whiteSpace()  # drawing whitespace
drawLetterH() # calling function to draw H 
whiteSpace()  # drawing whitespace
drawLetterO() # calling function to draw O 
whiteSpace()  # drawing whitespace
drawLetterN() # calling function to draw N 

turtle.hideturtle() # turtle method to hide the cursor
turtle.done() # To see the output

App Screenshot

Limitations

  • The code works fine for all capatial alphabets and numericals ,but not for special characters except dot and hipan

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alphaturtle-1.1.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

alphaturtle-1.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page