Background image setting in tkinter| Tkinter #4 | py ideas 💡#shorts#python #tkinter#tkintertutorial

preview_player
Показать описание
Most of the beginners don't know this function in Tkinter. Background image attaching is most important to attract the others by your project. This is the fourth video in this series. So watch others through this link , if you want.

Tkinter series link👇

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
More videos are waiting for you to watch in future 😜.

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Check our other videos 👇:

How to update python new version 3.11:

Hello world program(python vs Java) :

Temperature converter :

Multiplication tables :

Google Assistant logo :

Chrome logo :

Sublime text editor logo :
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Рекомендации по теме
Комментарии
Автор

How did you run the code from sublime 😳 did you just double click the python file

LONELYLOFI
Автор

from tkinter import *

root = Tk()
root.title('Put Name Here')
img = PhotoImage(file = "img.png")
Label(root, image = img).pack()

moon.fuckskids
Автор

How do i run this code? Can you please tell me the command to run this code ?

shreyanadkarni
Автор

In which folder we have to store our image

HsIzHere
Автор

Why can’t you just do:
import tkinter

derrickchen
Автор

How about document instead of image, is it work?

syachka
Автор

I write this code and there's an error that it can't open this file

moazmatouk
Автор

Please dont import everything from tkinter.. just do

import tkinter as tk
from tkinter import ttk

I BEG you.

panxel
Автор

thx u bro can u say me how can i fix his place pls

wx
Автор

Bro how can i do this without "from tkinker import *"

josephc-mgtk