Metadata-Version: 2.4
Name: colorutilsqt
Version: 0.1.4
Summary: A simple library to convert and print colors in terminal
Home-page: https://github.com/Quinosaur/pycolortools
Author: Quinten Teusink
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Colorutilsqt

**Colorutilsqt** is a simple and lightweight Python library for working with colors. It provides easy conversion between HEX, RGB, and HSL formats, as well as utilities for printing colored text or blocks in the terminal.

If using the moving_fade() function, make sure to add colorutilsqt.enable_safe_print() at the top of your code, to make sure the code runs smoothly.

## Installation

```bash
pip install colorutilsqt
