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.0.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.0.tar.gz.
File metadata
- Download URL: fyzelogger-0.1.0.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 |
71df846143958adb40c39695f2de062b50e183dcdf4001b8b77544f2ac13617d
|
|
| MD5 |
bd0f6220f8e70c4d100d1d4206e3af4e
|
|
| BLAKE2b-256 |
de95e4aaf8652380ec18d44bf78ccfbbb264b50c42c1f9a2da71900334ee4451
|
File details
Details for the file fyzelogger-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fyzelogger-0.1.0-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 |
9e8003f86a9b9ba5bada82df2f6d24a96d4386bf2012bcecce5e8973d52e2a8a
|
|
| MD5 |
97309a1770ecdda505738d0ecd3696fb
|
|
| BLAKE2b-256 |
2f32e1021a5ac69523d7549c3104e3ac503fb972fc54d4c18aa26b4019ba10e2
|