Metadata-Version: 2.1
Name: hue_shift
Version: 1.0
Summary: A simple script for generating ~16 million colors without dependencies
Home-page: https://github.com/EchterAlsFake/hue_shift
Author: EchterAlsFake | Johannes Habel
Author-email: EchterAlsFake@proton.me
License: LGPLv3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown

# Hue Shift

This repository contains a Python function that generates random colors and displays them in compatible terminals using ANSI escape codes.

## Installation

No external libraries are required. The function uses the built-in `colorsys` and `random` Python modules.

> pip install hue_shift

## Usage

To use the random color generator, simply call the `return_color()` function:

```python
print(f"{return_colour()}This is a random colour")
```
# Note

Not all terminals support this wide color range!
