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.
- Host: GitHub
- URL: https://github.com/havocesp/strcolors
- Owner: havocesp
- License: other
- Created: 2022-11-12T20:48:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T00:57:18.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T09:53:21.706Z (over 2 years ago)
- Topics: cli, cli-color, colors, python, python-terminal, terminal, terminal-colors
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 TmTm.red("Hello World!")
```