https://github.com/nstamour-art/styling-class-for-python
tStyles is a Python Class for styling terminal outputs using ASCII styling.
https://github.com/nstamour-art/styling-class-for-python
ascii class python python-class style styling
Last synced: 9 months ago
JSON representation
tStyles is a Python Class for styling terminal outputs using ASCII styling.
- Host: GitHub
- URL: https://github.com/nstamour-art/styling-class-for-python
- Owner: Nstamour-art
- Created: 2025-02-24T20:23:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T22:49:40.000Z (10 months ago)
- Last Synced: 2025-03-06T23:27:31.118Z (10 months ago)
- Topics: ascii, class, python, python-class, style, styling
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.