Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ad background image with tkinter


background_image=tk.PhotoImage(...)
background_label = tk.Label(parent, image=background_image)
background_label.place(x=0, y=0, relwidth=1, relheight=1)

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #ad #background #image #tkinter
ADD COMMENT
Topic
Name
3+3 =