https://github.com/spytaspund/txcolor
TxColor is the python library that provides text color formating.
https://github.com/spytaspund/txcolor
colorama python-library tags text-color
Last synced: 7 months ago
JSON representation
TxColor is the python library that provides text color formating.
- Host: GitHub
- URL: https://github.com/spytaspund/txcolor
- Owner: spytaspund
- License: mit
- Created: 2022-08-28T09:23:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T14:30:18.000Z (over 2 years ago)
- Last Synced: 2024-04-26T03:21:15.905Z (about 2 years ago)
- Topics: colorama, python-library, tags, text-color
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


TxColor is the python library that provides text color formating.
TxColor gives you the ability to format text with colors right in it! You can also provide a string!

IMPORTANT! YOU MUST WRITE TAGS IN <>!
=======================================================================
If you wish to add a txt file, simply do this:
TxColorLib.find(open("txt.txt", "r").read())
or
TxColorLib.find(open("txt.txt", "r"))
An example for a txt file (and help with bg tags):

At this moment, library contains only ONE (!11!1111) function find()!

Also special thanks to colorama!