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.
- 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.