A pygame animation package
Project description
A python module to easily create animations in pygame
Setup
$ pip install pyanimation
Code sample
girl = Animation("images/spritesheet.png")
girl.create_animation(0, 0, 125, 125, "run")
screen.blit(girl.update_surface(), (girl.x, girl.y))
Look in the example folder for complete examples.
Quick Guide
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
pyanimation-0.7.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file pyanimation-0.7.tar.gz
.
File metadata
- Download URL: pyanimation-0.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 666fe8a50060ae855688da11b3ce4ed4c781cf2e6a7ba3586098022cf819a8c2 |
|
MD5 | f05c2f003fc017c8fb9b3deaca4d60e9 |
|
BLAKE2b-256 | 48b503f872fff7ae496e4e27250f171dbde1a8a5a1d08d0518d8c889cccf0e69 |
File details
Details for the file pyanimation-0.7-py2.py3-none-any.whl
.
File metadata
- Download URL: pyanimation-0.7-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe076fc8b2db235c75a9d3ba7df237984c5211e4a8788cf4c8bf656de8e39fe2 |
|
MD5 | a966a891e0bff08fe0afcc603fac88c0 |
|
BLAKE2b-256 | f2481392fe1506bcd91bb7895256f4cf5b42143030db50f75652318bbd4f0261 |