Skip to main content

Learn Python the creative way

Project description

TurtleDov

PyPI Downloads PyPI - Wheel GitHub

Learn Python the creative way

Installation

To install TurtleDov, Run this command on terminal

$ pip install turtledov

How to use

from turtledov import *

* for import all fuctions from turtleDov

Example

Let's draw a square using turtledov

from turtledov import *

start()
moveForward(100)
turnRight(90)
moveForward(100)
turnRight(90)
moveForward(100)
turnRight(90)
moveForward(100)
end()

You should use start() at the start and end() at the end

You can see a full list of functions here

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

turtledov-0.1.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

turtledov-0.1.4-py3-none-any.whl (3.1 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