tkColorPicker
tkColorPicker copied to clipboard
Color picker dialog for Tkinter, alternative to tkinter.colorchooser
Thank you so much for this color picker, it is just wonderful! Feel free to ignore and close this PR. I just wanted to share some tweaks I'm experimenting for...
When using the "standard" tk color picker, and you use a named color (/etc/x11/rgb.txt) let's say "darkgoldenrod1", the return values are (255,185,15) and #ffb90f. These match the named color file....
Hi! Thanks for having this, is much better than default tk color picker in ubuntu! Nevertheless, we have this specific issue: from tkcolorpicker.colorpicker import ColorPicker, askcolor File "/home/coss/scipion3/.scipion3env/lib/python3.6/site-packages/tkcolorpicker/colorpicker.py", line 43,...
Hi, first of all thanks for the package! I'm using it to create a portable application that offers the same colorpicking UX on windows and on linux, because the windows...
Mac OSX (14.6.1 (23G93)) app was built with pyinstaller (6.10.0) using tkcolorpicker quits immediately but launches successfully when built using tkinter.colorchooser. Analysis of launch failure yields: Traceback (most recent call...