A library for animating your logos
Project description
PyLogAnim - PYthon LOGo ANIMation
A simple yet fancy tool to animate logos for your hacking scripts! >:3
To run a demo, use:
python -m PyLogAnim
Example Script
import PyLogAnim
logo_altmono = [
" _ _ _ ",
" /_\ | | |_ _ __ ___ _ _ ___ ",
" / _ \| | _| ' \/ _ \ ' \/ _ \ ",
" /_/ \_\_|\__|_|_|_\___/_||_\___/ ",
" "
]
PyLogAnim.animate_logo(logo=logo_altmono, colormode=PyLogAnim.colormodes.RGB, delay=0.01, reverse=False)
This will produce something like this (sadly without borders, as PyPi completely screwed up with those chars):
Tested in WT, MinGW Terminal. Should work in any other modern terminal that supports ANSI escape codes.
animate_logo(logo,colormode,clear,delay,reverse)
logo - list of strings, with logo you want
colormode - either one of the pre-determined color modes, or your own color/gradient, like [0,255,0] for a simple green or [[255,0,0],[0,0,255]] for a red-blue gradient
clear - should terminal be cleared before showing
delay - how fast or slow logo should reveal, set to 0 for instant showing
reverse - should background be colored instead of the text itself
Color modes:
from PyLogAnim.colormodes:
- RED
- GREEN
- BLUE
- YELLOW
- PURPLE
- CYAN
- WHITE
- BLACK
- RGB, RGB_DARK, RGB_DARKER
- RGB_DOUBLE, RGB_DOUBLE_DARK, RGB_DOUBLE_DARKER
Unlicense, 2025
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 pyloganim-27032025.tar.gz.
File metadata
- Download URL: pyloganim-27032025.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7b3685faa6c7191ec09a9c24269accc5c143bab1b37411b010b40d3e3c5d9c
|
|
| MD5 |
264e739ba95781398f42c65a82a2baab
|
|
| BLAKE2b-256 |
01c63dc576ab873cb6125d8cfe05f850bedd2764132083bcf473d95e17e6459f
|
File details
Details for the file PyLogAnim-27032025-py3-none-any.whl.
File metadata
- Download URL: PyLogAnim-27032025-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dffe32222a975934e65c9b255e78d2fdc752e5305b6cee0fb8fbbddce57258e
|
|
| MD5 |
add6dbc7c3d20ba057405ffbe4e581a9
|
|
| BLAKE2b-256 |
af4fe386bf4467fed6f3e8445cbe16b6848ebc63c2c77bd21bb68bf195ef723b
|