Pycker is a python tkinter based color picker tool. Tkinter has no mouse tracking system outside a widget. So in this software we use an invisible toplevel window to get the mouse coordination (x,y).
font_title = font.Font(family="Terminal", size=14, weight=font.BOLD) font_text = font.Font(family="Modern", size=10, weight=font.BOLD) B = Button(window, text="Hello ...