An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![txcolorliblogo](https://user-images.githubusercontent.com/109822062/187177997-251e454b-9f1e-4112-9d8f-1a9ec1d1039e.png)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

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!

![WindowsTerminal_Au4mtOyPV1](https://user-images.githubusercontent.com/109822062/187227483-02903a01-460b-46b0-b451-4def93f5632b.png)

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):

![ApplicationFrameHost_1HY8sSB9Ap](https://user-images.githubusercontent.com/109822062/187228992-22e193c4-359c-4bc0-9ae1-e17d811fbb14.png)

At this moment, library contains only ONE (!11!1111) function find()!
![pythonw_mQ4GbFgFRB](https://user-images.githubusercontent.com/109822062/187178935-bb0a213d-9e79-4dd7-9a0d-647556f278a7.png)

Also special thanks to colorama!