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
- Host: GitHub
- URL: https://github.com/aniko33/stone-color
- Owner: aniko33
- License: gpl-3.0
- Created: 2024-01-28T23:36:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T19:02:35.000Z (3 months ago)
- Last Synced: 2025-03-03T19:38:12.372Z (3 months ago)
- Language: Python
- Homepage: https://stone-color.readthedocs.io/en/latest/
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 printfprintf("Hello {#b71e1b}world{#reset}")
```# [Docs](https://stone-color.readthedocs.io/en/latest/)
Go to [docs](https://stone-color.readthedocs.io/en/latest/)
# Contributors