Answer the question
In order to leave comments, you need to log in
How to make transparent color in Tkinter?
Hello, I ran into such a problem, you need to make background_color semi-transparent in Frame.
The code:
import tkinter as tk
frame = tk.Frame ( parent )
frame['bg'] = 'red'
frame.pack()
Answer the question
In order to leave comments, you need to log in
If I'm not mistaken, there is no cross-platform solution. What is your OS?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question