#๐Ÿ”’ How make background on window scale

14 messages ยท Page 1 of 1 (latest)

broken crown
#
image = Image.open("background.png")
background_image = customtkinter.CTkImage(image, size=(1000, 500))
bg_lbl = customtkinter.CTkLabel(app, text="", image=background_image)
bg_lbl.place(x=0, y=0)
shadow micaBOT
#

@broken crown

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

broken crown
#

?

hot dew
#

Are you trying to make the background scale with the window when you resize the window?

#

@broken crown

broken crown
#

yes

hot dew
#

You'll probably need to use PIL to resize the image. I don't think customtkinter can do it

broken crown
hot dew
#

Did you read the URL I linked @broken crown ?

shadow micaBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.