tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

Add support for decorations #375

Open pam-param-pam opened 1 year ago

pam-param-pam commented 1 year ago

Decorations Apart from colors, and background-colors, Ansi escape codes also allow decorations on the text:

Bold: \u001b[1m Underline: \u001b[4m Reversed: \u001b[7m