Using images in tkinter [ including how to scale them ]

  Рет қаралды 31,852

Atlas

Atlas

Күн бұрын

Пікірлер: 24
@andc5457
@andc5457 Жыл бұрын
You are one of the best python teachers I have encountered to date
@v4nixd
@v4nixd 2 жыл бұрын
Damn bro, how does this channel have only 920 subs, with these damn cool videos?
@w9xv_433
@w9xv_433 11 ай бұрын
Amazing video, this was a huge help!
@chillwithcode2987
@chillwithcode2987 Жыл бұрын
Thankyou for bringing this kind of videos 🎉
@diver2048
@diver2048 Жыл бұрын
There was an old PIL library for image manipulation in python2. Pillow is newer fork of it, written in python3. So library is pillow, but "import PIL ..." for compatibility))
@graziadeigatti
@graziadeigatti 2 жыл бұрын
Thanks!! Really good explanation!
@lewisheslop9339
@lewisheslop9339 Жыл бұрын
Note: When a PhotoImage object is garbage-collected by Python (e.g. when you return from a function which stored an image in a local variable), the image is cleared even if it’s being displayed by a Tkinter widget. To avoid this, the program must keep an extra reference to the image object. A simple way to do this is to assign the image to a widget attribute, like this: label = Label(image=photo) label.image = photo # keep a reference! label.pack() This is alternative way to do it instead of using global variable.
@KeilaAbigailBelén
@KeilaAbigailBelén Ай бұрын
Great!!
@ПетроИванович-в7ъ
@ПетроИванович-в7ъ 6 ай бұрын
Cool video
@awildmoose6798
@awildmoose6798 8 ай бұрын
Great video
@autarroy
@autarroy Жыл бұрын
Very good video Was looking for long time I have a question I have a folder with 25 photos. I want the images with even number must come in canvas A and the images with odd numbers must come in canvas B. Can you make a video or help me to code that Waiting for your reply
@CocoForBird
@CocoForBird Жыл бұрын
If your photos are named like 1.png 2.png etc then you could just loop through the images and do something like If int(image_name[0]) % 2 == 0 then it’s even and you know to display it in canvas A. Otherwise, display it in canvas B. Something like that. Essentially, extract the number from the filename and do mod 2 in order to see if it’s even or odd.
@djohnworthy1040
@djohnworthy1040 2 ай бұрын
So I have many UI elements. When I resize them with PIL is so slow. Is there a way to make them fast? I've made an app, but I am trying to figure out how to make it fit on the window that opens, Sadly, now the canvas gets cut by the window.
@stifenjans4342
@stifenjans4342 4 ай бұрын
Is there anyway to make the picture smaller and to size fixed position?
@rolandojtorres
@rolandojtorres 9 ай бұрын
tkinter puede leer por defecto png files o gif files o pnm o ppm files. pillow solo se usa para leer jpg o tiff.
@benedict0902
@benedict0902 8 ай бұрын
I have pillow already installed but it says pillow cant be defined, why s=is this happening? im very new tocoding
@galedex5661
@galedex5661 10 ай бұрын
The one answer i was looking for and it is left as training exercise... i guess i have to look somewhere else
@ClearAtlas
@ClearAtlas 10 ай бұрын
I am solving it myself, just wait 3 seconds
@rolandojtorres
@rolandojtorres 9 ай бұрын
no trates de entender tkinter si no sabes tcltk antes. python no ejecuta tkinter, es tcl el que ejecuta tkinter.
@ПетроИванович-в7ъ
@ПетроИванович-в7ъ 6 ай бұрын
this
@mitch_the_-itch
@mitch_the_-itch 2 жыл бұрын
Like Communism this all works great in theory. In practice is is always a complete disaster. "Error: Cannot import ImageTk from PIL." OF COURSE....
@pulseofyourheart
@pulseofyourheart 9 ай бұрын
mine is like too im gonna cry
Animated images in tkinter
32:35
Atlas
Рет қаралды 11 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Using tkinter with classes
28:23
Atlas
Рет қаралды 77 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Godot 3D Spatial Shaders: Getting Started
6:57
jitspoe
Рет қаралды 37 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 219 М.
Convert Tkinter Python App to Executable (.Exe) File [pyinstaller]
9:11
Code First with Hala
Рет қаралды 170 М.
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 380 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН