aniko33 / stone-color

Text formatting, coloring and tables library

Home Page:https://stone-color.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

from stone_color.messages import printf

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

Go to docs

Contributors

About

Text formatting, coloring and tables library

https://stone-color.readthedocs.io/en/latest/

License:GNU General Public License v3.0


Languages

Language:Python 98.3%Language:Makefile 1.7%