Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 593 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 593 Bytes

tStyles

tStyles is a Python class designed to simplify and enhance the styling of text in Python applications when logging or printing to console. This class provides a set of tools to apply various styles to your text, making it easy to improve the visual appearance of your text outputs by using ASCII styles.

Features

  • Text Styling: Apply a wide range of styles to your text including bold, italic, underline, and more.
  • Color Support: Change the color of the text to make it stand out.
  • Compatibility: Works with any Python application that outputs text to console.