Skip to content

v-amorim/hex_to_ansi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyQt6 Hex to ANSI

A simple Hex Color to ANSI Code equivalent color, written in Python using PyQt6.

Features

  • 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

Screenshots

GUI in its initial state

image

Color Picker

image

GUI with a color selected

image

The logic behind the conversion is based on the one used here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages