Fast advanced CLI logger with gradients and custom statuses
Project description
SpeedLogger
Fast, colorful Python logger with gradients, inputs, visualizations, and full customization.
Features
- Colorful logs with custom symbols and prefixes
- Rate-limited logging
- Input prompts: standard, password, confirm, choice
- Visualizations: progress bars, loading, spinner, countdown
- Data display: tables, lists, key-value pairs
- Centered or normal terminal output
Installation
pip install speedlogger-speedtools
Quick Example
from speedlogger import info, success, inp, progress_bar
info("SYSTEM", "Starting application") username = inp("Enter your username") success("AUTH", f"User {username} logged in")
for i in range(101): progress_bar(i, 100)
License
MIT License © 2024 SpeedLogger Team
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
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 speedlogger_speedtools-6.3.1.tar.gz.
File metadata
- Download URL: speedlogger_speedtools-6.3.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b03a9d18c9c8d2ce9e6c72aea0a69f9177aa483b325177ad7869329b938378ee
|
|
| MD5 |
3b490d3f46be8855e248243a7dc00773
|
|
| BLAKE2b-256 |
86766dcf7a06d3c75ab69ae127cb18159b3c1683a63037c7ea94486122b11f6c
|
File details
Details for the file speedlogger_speedtools-6.3.1-py3-none-any.whl.
File metadata
- Download URL: speedlogger_speedtools-6.3.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e09609ddbc0e395f743cbb8a38d064ab039d2880bb4a435de8de60ac7985088
|
|
| MD5 |
02b98a003a2b63a0b4f758f81a9843db
|
|
| BLAKE2b-256 |
12cff2660ef897d17fd61e66313037548b94f6d85909e5ef98a21ca34b282148
|