Answers for "tkinter colors"

3

gui.configure(background="light green") in tkinter

gui.configure(background="light green")
Posted by: Guest on July-11-2020
1

tkinter color chart

# Standard colors include:
gray99 # white
black # black
lawn green # light green

# those are the main ones I use. The green is just to inspect frames for
# troubleshooting.
Posted by: Guest on March-23-2021

Python Answers by Framework

Browse Popular Code Answers by Language