Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 272 Bytes

strcolors

Python module to style terminal output, moving and positioning the cursor.

Installation

Install through pip.

pip install "git+https://github.com/havocesp/strcolors"

Usage

from strcolors import Tm

Tm.red("Hello World!")