Skip to content

TechnoIndian/ANSILIBX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANSILIBX

Installation Method

💢 Requirement PKG 💢

pkg install python -y

💢 PYPI 💢

pip install ANSILIBX

PyPI Version

Uninstall ApkPatcher

pip uninstall ANSILIBX

Usage ANSI Library Example

ANSILIBX

First Import Library : from ANSILIBX.ANSI import C

===== BASIC COLORS =====

print(f"{C.R}")    # RED
print(f"{C.G}")    # GREEN
print(f"{C.Y}")    # YELLOW
print(f"{C.B}")    # BLUE
print(f"{C.P}")    # PURPLE
print(f"{C.C}")    # CYAN
print(f"{C.W}")    # WHITE

===== BRIGHT COLORS =====

print(f"{C.BR}")   # BRIGHT RED
print(f"{C.BG}")   # BRIGHT GREEN
print(f"{C.BY}")   # BRIGHT YELLOW
print(f"{C.BB}")   # BRIGHT BLUE
print(f"{C.BP}")   # BRIGHT PURPLE
print(f"{C.BC}")   # BRIGHT CYAN
print(f"{C.BW}")   # BRIGHT WHITE

===== OTHER COLORS =====

print(f"{C.DG}")   # DARK GREEN
print(f"{C.GR}")   # GRAY

===== 256 COLORS =====

print(f"{C.PN}")   # PINK
print(f"{C.OG}")   # ORANGE

===== CLEAR CODES =====

print(f"{C.CL}")   # CLEAR LINE
print(f"{C.CC}")   # CLEAR COLOR

===== TAGS =====

print(f"{C.S} INFORMATION {C.E}")   # [ INFORMATION ]
print(f"{C.X}")        # [ * ]
print(f"{C.FYI}")      # [ FYI ]
print(f"{C.INFO}")     # [ INFO ]
print(f"{C.WARN}")     # [ WARN ]
print(f"{C.ERROR}")    # [ ERROR ]
print(f"{C.SUGGEST}")  # [ SUGGEST ]

CREDITS

🇮🇳 Welcome By Techno India 🇮🇳

Telegram

Telegram

About

ANSI Colors Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages