https://github.com/niftycode/rgb-converter
Convert rgb values to hex value and vice versa
https://github.com/niftycode/rgb-converter
Last synced: 15 days ago
JSON representation
Convert rgb values to hex value and vice versa
- Host: GitHub
- URL: https://github.com/niftycode/rgb-converter
- Owner: niftycode
- License: mit
- Created: 2022-09-18T12:21:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T19:52:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T11:58:19.425Z (over 1 year ago)
- Language: Python
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: license
Awesome Lists containing this project
README
# rgb-converter
## About
This is my first Tkinter project. A simple program that converts hex values to RGB values and vice versa. The code is anything but perfect, but quite acceptable for a first attempt (the program works at least to some extent).
For me, it is a test field to deal more with the Tk interface. For other developers, it may serve as a starting point for their own Tkinter projects.
## Requirements
* Python 3.9+
* Pillow
This program was developed on macOS, but it should also work on a Linux system or Windows 10/11.
## Changelog
see [Changelog.rst](https://github.com/niftycode/rgb-converter/blob/main/CHANGELOG.rst)