Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 441 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 441 Bytes

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