Skip to content

A small python library that makes coding colored terminal programs easier

Notifications You must be signed in to change notification settings

vinamarora8/PyTerm-Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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")
    1. print c.blue
  • In either case, all the following lines will be blue colored untill another such statement is called

For example:

Example Code Output of example code

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