Skip to content

havocesp/strcolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!")