Metadata-Version: 2.3
Name: bconsole
Version: 0.0.12
Summary: A logging library that also provides helper classes and functions to easily add color and manipulate the terminal.
License: MIT
Keywords: console,console-helper,console-application,color,colors,colorama,terminal,terminal-colors
Author: BetaKors
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Terminals
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: unidecode (>=1.3.6,<2.0.0)
Project-URL: Repository, https://github.com/betakors/bconsole
Description-Content-Type: text/markdown

# bconsole

A logging library that also provides helper classes and functions to easily add color and manipulate the terminal.

Requires [colorama](https://pypi.org/project/colorama/) for windows compatibility

## Usage

See [bconsole/core.py](https://github.com/BetaKors/bconsole/tree/main/bconsole/core.py) for documentation on core functionality and [bconsole/examples/](https://github.com/BetaKors/bconsole/tree/main/bconsole/examples) for examples.

