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

https://github.com/havocesp/strcolors

Python module to handle terminal capabilities.
https://github.com/havocesp/strcolors

cli cli-color colors python python-terminal terminal terminal-colors

Last synced: 6 months ago
JSON representation

Python module to handle terminal capabilities.

Awesome Lists containing this project

README

          

# strcolors
Python module to style terminal output, moving and positioning the cursor.

## Installation

Install through **pip**.

```sh
pip install "git+https://github.com/havocesp/strcolors"
```

## Usage

```python
from strcolors import Tm

Tm.red("Hello World!")
```