cBridges851 / colour-palette

This is a program that converts hex colours to RGB and vice versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colour-palette

CodeFactor
This is a program that converts hex colours to RGB and vice versa.

Motivation

I tend to need hex codes when I'm working on styling websites, and sometimes I just have RGB values, so I wanted make a graphical application that converts between the two! It also saw it as an opportunity to practise the GUI frameworks I have been learning!

Tech/Framework Used

Python - using Tkinter and Kivy for the graphical user interfaces. unittest has been used to write the unit tests for the logic, and PySide2 to allow the program to be opened via the system tray.

Contributing

If you have any ideas for features or come across any bugs you'd like to fix, feel free to create an issue! I'll review it and assign you to it as soon as I can :)

About

This is a program that converts hex colours to RGB and vice versa.


Languages

Language:Python 100.0%