An open API service indexing awesome lists of open source software.

https://github.com/aniko33/stone-color

Text formatting, coloring and tables library
https://github.com/aniko33/stone-color

Last synced: about 2 months ago
JSON representation

Text formatting, coloring and tables library

Awesome Lists containing this project

README

        



# Stone-Color
[Installation](#installation) - [Quick usage](#quick-usage) - [Docs](https://stone-color.readthedocs.io/en/latest/) - [Contributors](#contributors)


# Installation

You can install **Stone-color** using the *package manager "pip"* which installs the *package from "PyPI"*

```
pip install stone-color
```

To update the package you can add `-U` to the command line

# Quick usage

```python
from stone_color.messages import printf

printf("Hello {#b71e1b}world{#reset}")
```

# [Docs](https://stone-color.readthedocs.io/en/latest/)

Go to [docs](https://stone-color.readthedocs.io/en/latest/)

# Contributors