Replies: 1 comment 3 replies
-
Hi. Try something like this:
You'll need to change the path to the image, but here is the result: here is the image that I used: If you make the fg_color of the frame cyan, like this: frame = ctk.CTkFrame(win, width=500, height=500, fg_color='cyan') You get: This latter example assumes that you have an image with a transparent background. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I actually work in project and i would like insert a picture in a frame. I read the documentation but i didn't find any help.
It is possible ?
Thank You
Beta Was this translation helpful? Give feedback.
All reactions