Metadata-Version: 2.4
Name: zurcolor
Version: 0.1.0
Summary: A tiny library for terminal text customisation
Author-email: zurek <julekziolkowski01@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://pypi.org/project/zurcolor/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file


# zurcolor

A minimal Python library to print custom text in the terminal using ANSI escape codes (for example red or italic).

## Installation

```bash
pip install zurcolor
```

## Usage

```python
from zurcolor import red

print(red("Hello, World!"))
```

## License

Apache 2.0

# Note

Not every terminal will support all of functions as well as have the same ANSI escape codes support!
