A simple logging library
Project description
Bojan Library
BojanConsole is a Python library designed to enhance console logging with various message types and color-coded outputs. It also includes a simple progress bar implementation.
Installation
To install BojanConsole, simply clone the repository:
git clone https://github.com/daniilgrydin/bojan.git
Usage
BojanConsole Class
Initialization
from bojan import BojanConsole
console = BojanConsole(printing=True)
Logging Messages
-
Info Message:
console.log_plain("This is an info message.")
-
Debug Message:
console.debug("This is a debug message.")
-
Error Message:
console.error("This is an error message.")
-
Success Message:
console.success("This is a success message.")
-
Warning Message:
console.warning("This is a warning message.")
Printing Dictionaries
sample_dict = {"key1": "value1", "key2": {"subkey1": "subvalue1"}}
console.dictionary(sample_dict)
Saving Logs
console.save("logfile.txt")
ProgressBar Class
Initialization
from bojan import ProgressBar
progress_bar = ProgressBar(total=100)
Updating and Printing Progress
progress_bar.update(50)
progress_bar.print()
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
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 bojan-0.0.9.tar.gz.
File metadata
- Download URL: bojan-0.0.9.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0096f718d0bc1bb51d63f014cfc4a58be7c126213cddda0d060f7e9e3af176bb
|
|
| MD5 |
35460e4c7fed914411fbe622a35a8843
|
|
| BLAKE2b-256 |
b1bfeaeb0beb133563d6ce6a8e9051edc38640637af375e1437d86c69c667cde
|
File details
Details for the file bojan-0.0.9-py3-none-any.whl.
File metadata
- Download URL: bojan-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44f7f7ca63474ce8ea418e083d9e99f914f2722178fa321ecbec3c14d7387ea7
|
|
| MD5 |
fb9b4a27750d8a7f1dfb8f872c794a39
|
|
| BLAKE2b-256 |
f7eabe26d859ef64e98db1c23863b9385f3b1c2c5556867f3091e637fc8553ef
|