A module for animation based on PyQt5, OpenGL, and imageio[ffmpeg]
Project description
ksbanim
The python package ksbanim supports the drawing of primitive shapes and UI elements. Through its simple design, students can learn the basic principles of programming.
Features
- position and rotate primitive shapes
- draw circles, ellipses, rectangles, triangles and more
- draw buttons, labels, text inputs and more
- manage keyboard and mouse input
- animate shape transitions
Dependencies
A working installation of python3 and pip is necessary. So go and install python first.
Based on OpenGL, PyQt5 and imageio
Usage Example
from ksbanim import *
createWindow()
setPos(500,500)
setRot(45)
drawCircle(100)
run()
GitHub Documentation
You can view the documentation here.
Contributing
If you have any questions, feel free to ask via Q&A.
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
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 ksbanim-1.1.17.tar.gz.
File metadata
- Download URL: ksbanim-1.1.17.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
349edf9fe63531131036823456763ce71e8f89818fc993760e2ab8807c7f2e4b
|
|
| MD5 |
44cc389fa97d33cb483b175353467652
|
|
| BLAKE2b-256 |
b71065e01820861139587fc6dee9bca9dfa8fd4fdc23d3563cd7543e1199974a
|
File details
Details for the file ksbanim-1.1.17-py3-none-any.whl.
File metadata
- Download URL: ksbanim-1.1.17-py3-none-any.whl
- Upload date:
- Size: 34.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80393d0babe432aee2a36fc8425e6d0835cd97e72607327db6d4a3784de9c8b7
|
|
| MD5 |
1df375e363c6c2133fff96a3da064a00
|
|
| BLAKE2b-256 |
a2cf6836c0293239f7326407bf6e985efe047163f99877998e8cecdfae374ca4
|