Skip to content

A simple module that allows you to print colored text in a terminal; setup.py provided

Notifications You must be signed in to change notification settings

squidKid-deluxe/Colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colorize module

This is a simple module that allows you to print colored text in the terminal.

You can chose from 4 different settings(bold, underlined, strikethrough, or regular colored text), along with 5 colors to print errors or warnings in.

To call apon the module, import the desired definition and enter the color you want and the text you want colored, as shown here:

colored_text = normal('red', 'Hello world!')

You can also install the module using the setup.py provided.

Dependencies

colorize.py

  • None

About

A simple module that allows you to print colored text in a terminal; setup.py provided

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages