An open API service indexing awesome lists of open source software.

https://github.com/saadmairaj/tkinter-color-bar

Modern look Color Bar for Tkinter GUI
https://github.com/saadmairaj/tkinter-color-bar

Last synced: about 2 months ago
JSON representation

Modern look Color Bar for Tkinter GUI

Awesome Lists containing this project

README

        

# Tkinter-Color-Bar
Modern Color Bar widget for Tkinter GUI

_(this package is no more maintained and moved to [tkmacosx](https://github.com/Saadmairaj/tkmacosx#colorscale-widget) library with a more stable release)_

## Screenshot
Run demo.py to test



## Description
The Tkinter Color Bar returns HEX or RGB values that can be used in graphical user interface applications.

## Version
0.0.1
* Added support for mousewheel

0.0.2
* Reduced unnecessary line of code.
* Improved visibility of the marker.
* Fixed bugs.