Python library for creating 2D cartoon animations
Project description
Animationify 🎬
Animationify is a Python library for creating 2D cartoon-style animations using simple and clean Python code.
Install
pip install animationify
Example
from animationify import Scene, Character
scene = Scene()
hero = Character("hero.png", 100, 200)
scene.add(hero)
hero.move_to(400, 200, duration=2)
scene.export("movie.mp4")
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
animationify-0.1.0.tar.gz
(1.3 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 animationify-0.1.0.tar.gz.
File metadata
- Download URL: animationify-0.1.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25f35a6a3fe03bbfc9e9dbde6fbadd0fde0639df4805cc67a05716a6c876c2e8
|
|
| MD5 |
f7246c9781db9d925ee0f94f536c9e55
|
|
| BLAKE2b-256 |
90cce4bdac89f1edb52b584764750cd82431b16f620455eff68cbae1139cd27f
|
File details
Details for the file animationify-0.1.0-py3-none-any.whl.
File metadata
- Download URL: animationify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35caa13251a62242e01423fc0699a5cf5d532d69b4afeee25b61db50abcdfd77
|
|
| MD5 |
ed94c10c3cbeb2613011d8f6a32abde3
|
|
| BLAKE2b-256 |
d583f15ee41cb0e9c1a77933bab1501d107f68c15fd6118ec1895cb715099f23
|