A colorful logger with timestamp for Python
Project description
FyzeLogger
A colorful, timestamped logger for Python.
Supports Success, Error, Debug, Warning, Ratelimit messages with colored dots.
Installation
pip install fyzelogger
Usage
from fyzelogger import FyzeLogger
log = FyzeLogger("FyZe-Test")
log.success("Operation successful!")
log.error("Something went wrong!")
log.debug("Debug information")
log.warn("Warning message")
log.ratelimit("Ratelimit message")
user_input = log.input("Enter your email: ")
log.log(f"You entered: {user_input}")
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
fyzelogger-0.1.1.tar.gz
(1.9 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 fyzelogger-0.1.1.tar.gz.
File metadata
- Download URL: fyzelogger-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1fcaf3d3dafebf1de37e611b2623b16d04251863d140e62e20d8e7625e14531
|
|
| MD5 |
eb8436d2669d4f747fda2e6a663ebce4
|
|
| BLAKE2b-256 |
3c550743d629103932ed5a9e3fbaa4099ff0763f6d5017293af2ae443f14cb21
|
File details
Details for the file fyzelogger-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fyzelogger-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1960f1fdd1caf2d4ce80975151be49fa38ff0cb32ec0dba11cf1a27bb8686f54
|
|
| MD5 |
05e3119c154143ce83f56ddd1b78cd7d
|
|
| BLAKE2b-256 |
70d46fa11cbb8b811d684d2c0fffbb88522d845d183789b674f4bb11a0d7ffce
|