A simple Hex Color to ANSI Code equivalent color, written in Python using PyQt6.
- Color Picker
- Closest ANSI code to the selected color
- Code in the '2' pattern, the 255 ANSI
- Code in the '5' pattern, the RGB ANSI
- Closest Dark and Light color to the selected color
- Closest Grayscale color to the selected color
- Modifiers for the selected color
- Color modifiers:
- Foreground
- Background
- Text modifiers (WIP):
- Bold
- Dim
- Italic
- Underline
- Blinking
- Inverse
- Invisible/Hidden
- Strikethrough
- Color modifiers:
GUI in its initial state
Color Picker
GUI with a color selected
The logic behind the conversion is based on the one used here.