Skip to content

Colorizing your terminal - without library - python environment

Notifications You must be signed in to change notification settings

MortadhaDAHMANI/PyColorText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

PyColorText 💻

Preview

alt iviny

This table shows some of the available formats:

Text color Code Text style Code Background color Code
Black 30 No effect 0 Black 40
Red 31 Bold 1 Red 41
Green 32 Underline 2 Green 42
Yellow 33 Negative1 3 Yellow 43
Blue 34 Negative2 5 Blue 44
Purple 35 Purple 45
Cyan 36 Cyan 46
White 37 White 47

Usage

  • Reset: '\033[m]'
  • 1x code: '\033[codem]'
  • 2x code: '\033[code;codem]'

Useful links

Donation

If this project help you, you can give me a tip ;)

Donation

Author

In

Revision History

  • Initial Release : 01 April 2020

License

  • PyColorText is distributed under the LGPL version 3 license.

About

Colorizing your terminal - without library - python environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages