Metadata-Version: 2.1
Name: terminal-colored-print
Version: 0.3.0
Summary: A small module that allows to simply decorate strings on Linux terminals
Home-page: https://github.com/framilano/Terminal-Colored-Print
Author: Francesco Milano
Author-email: milano.francesco@protonmail.com
Project-URL: Bug Tracker, https://github.com/framilano/Terminal-Colored-Print/issues
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Terminal-Colored-Print

## About

A small module that allows to simply decorate strings on Linux terminals and on Windows Terminal. I personally use it for multi-threaded project, it helps me recognize which thread is actually talking.

Compatible with Python > 2.7

```
pip install terminal-colored-print
```

You can select the foreground color (text color), background color and format (text style) for your Text. Foreground and background color values are between 0 and 255, format can be Bold, Italic, Underline, Strikethrough, Blinking, Reversed and DoubleUnderline, any combination of them is accepted!

![ID codes](https://i.imgur.com/UlquHhH.png)

## How to use

[How to use](https://user-images.githubusercontent.com/28491164/145122077-296f36b2-9b61-4c81-be3d-b7c8740e0c51.mp4)




