Animation with turtle.
Reason this release was yanked:
I accidentally added it
Project description
pyAn - animation software for python. Does not use any other modules except turtle and math. Commands
- startTurtle() - starts an animation.
- frame() - goes to the next frame.
- Obj class: Obj(args).
- run() - draws the object.
- Obj types: Obj([, other args]). -- 2d: --- ellipse: Obj(["ellipse", x, y, a, b, color, run]) --- rectangle: Obj(["rectangle", x, y, w, h, color, run]). --- polyline: Obj(["polyline", [(x1,y1), (x2,y2), ...], color, run]). -- 3d: --- rect prism: Obj(["rect prism", x, y, z, w, h, d, color, run]).
- color: tuple of (r, g, b).
- run: attribute if you are going to automatically use run() on the object.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyAn-0.1.0.tar.gz
(1.5 kB
view details)
File details
Details for the file pyAn-0.1.0.tar.gz
.
File metadata
- Download URL: pyAn-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.56.2 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff2baf875409b0eb7e8f28573af18f97346d5887d08d2e9363702192c59bd609 |
|
MD5 | 2c181762320a42d63ca2c95a97a42c72 |
|
BLAKE2b-256 | 8941d3c1534aaf96ef2256d50a18f68050fce0579960dc0e861f47cd97e453fd |