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
- Host: GitHub
- URL: https://github.com/saadmairaj/tkinter-color-bar
- Owner: Saadmairaj
- License: mit
- Created: 2019-04-03T09:35:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T04:29:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T23:26:57.494Z (4 months ago)
- Language: Python
- Size: 2.6 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.