Skip to content

A small python library that makes coding colored terminal programs easier

Notifications You must be signed in to change notification settings

TeamHomieStreet/PyTerm-Colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Colors handler for Python

Makes the world a better place by easing the process of making a colored terminal program

Usage Instruction :

  • Import the library - from pyterm_colors import *
  • Create instance of color class - c = color()
  • set color using 2 methods:
  1. c.setc("blue")
  2. print c.blue
  • In either case, all the following lines will be blue colored untill another such statement is called

About

A small python library that makes coding colored terminal programs easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%