Introduction

Welcome to the documentation of Stone-color, this library and for: colors, printing, tables, spinners etc..

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

Hello world with Stone-color

from stone_color.messages import printf

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