A simple animation library for Pyrogram bots
Project description
PYROANIMATE
Pyroanimate - библиотека отправки через Pyrogram анимированных сообщений.
Установка
Установка библиотеки с помощью pip:
bash pip install pyroanimate
Установка через git clone:
bash git clone https://github.com/dap3842/pyroanimate.git
Пример использования
from pyroanimate import Animate
from pyrogram import Client
chat_id = 123
app = Client("bot")
anim = Animate(app,delay = 0.3,sync = True)
anim.add_animations("walk", ["🚶", "🏃", "🚶♂️"])
anim.run(chat_id, default = True, frames = None, animation_id = "walk")
Лицензия
MIT License
MIT License
Copyright (c) 2025 dap3842
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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
pyroanimate-0.1.0.tar.gz
(3.5 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 pyroanimate-0.1.0.tar.gz.
File metadata
- Download URL: pyroanimate-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9dede79f055584d4bfe929fb16909611757cb4905d4089cf3c87e6191f382c
|
|
| MD5 |
64d57b1002082134c407a9a25c1dd4c8
|
|
| BLAKE2b-256 |
5fa70afea2db3fe8f5685006ba5b78418ff6608b488327f86ed6437339cf8f7d
|
File details
Details for the file pyroanimate-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyroanimate-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7734184a05bf520cb61ff8349f36fe534dc37fcf48fc3b1fd05c486a84191ce9
|
|
| MD5 |
bb77873436f8d8f21c2936e57bdf2269
|
|
| BLAKE2b-256 |
68cd5f516a0cac12d5e3da17a0f740d60b59707715061b42e0b1ce974c3457e7
|