Learn Python the creative way
Project description
TurtleDov
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turtledov-0.1.4.tar.gz.
File metadata
- Download URL: turtledov-0.1.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdba4422a20f3c6f8896b365bd1e023e96bf5b24cd2570838a02c872ba2796ac
|
|
| MD5 |
2080e3abfb550619fb6f04459f7057aa
|
|
| BLAKE2b-256 |
b3e0f3f00a334103797dfda91bf16aca8892fcbd02da83d51d93e9c05be3be6d
|
File details
Details for the file turtledov-0.1.4-py3-none-any.whl.
File metadata
- Download URL: turtledov-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24a6a4db70bac2cffb3091127e6ef5720f1f508fdb4812b95ff9d5a82a092229
|
|
| MD5 |
eb4968a6dea07878f5e5d4ceee651072
|
|
| BLAKE2b-256 |
189b18b40002daf9a9eb3634952fd9c31636dc35f99946228cf0ab32859292fe
|