Metadata-Version: 2.4
Name: pyrgbtohex
Version: 0.1.0
Summary: Simple GUI RGB to Hex
License: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.15
Requires-Dist: pyqt6>=6.11.0
Description-Content-Type: text/markdown

# rgbtohex

A simple RGB to HEX color picker built with PyQt6.

![App screenshot](assets/app.png)

## Features

- R, G, B sliders with real time preview
- Manual RGB input (`R, G, B`)
- HEX code display with auto contrast text
- Copy HEX to clipboard
- Dark theme

## Installation

```bash
pip install rgbtohex
```

## Usage

```bash
rgbtohex
```

## License

GPLv3 RGBtoHex

 
