Build an Image Viewer App With Python and TKinter - Python Tkinter GUI Tutorial #9

preview_player
Показать описание
How to Build an Image Viewer App With Python and TKinter. In this video we'll build a cool little Image Viewer app with Python and tKinter.

In this series I'll show you how to create graphical user interfaces for Python with Tkinter. TKinter comes with Python already, so there's nothing to install!

✅ Watch The Other Videos In This Python Playlist:

▶️ See More At:

✅ Join My Facebook Group:

✅ Subscribe To My YouTube Channel:

Take $22 off with coupon code: youtube
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:

Codemycom
Автор

Personally, i love the way how the code gets better and better with each substep of the tutorial instead of presenting the perfect solution at a stroke. Great tut!

DP-xzcc
Автор

I can't believe you can also think like a beginner student.😳 You're really a super duper teacher.

kanwaradnan
Автор

Greetings from Poland bro! You're the best! Thanks for your wonderful work :-)

grzptk
Автор

I seriously love the series. This is the only in depth tutorial on tkinter and I want to say thank you.

Replace pack_forget() with grid_correct and instead pack everything in your app and you will see the issue with the function

dylancampbell
Автор

I literally spent 3 seconds watching this video and my bug has been fixed. I don't know if that is good or bad for you but great content!!

eshaangupta
Автор

Thanks so much. I kinda have the hang of doing stuff similar to this

musicality
Автор

Thanks for these tutorial
I guess here you can use the recursion function in forward() and back() functions
It will be more pythonic and less typing as well
Thanks again👍

bazareta
Автор

My code ended up way different, i watch the begging of the video and decided to code before watch the rest and i used .configure(image=image_list[number]), so i didn't need to take the image of the grid or re-do the button or the label. Great video, thank you!

bolhavoadora
Автор

this series is amazing. and its for free. you are great sir

janpaweii
Автор

You can't imagine the kind of crab I had to go through in order to make it work but it was worth it, it was very educational, to say the least.

mobarakjama
Автор

I automatically smashed the like button and i like how easily you go about the teaching sir. Thank you

joshwzr
Автор

my student will be very happy when she can click through 5000 images and the results are automatically written to a csv-file. you helped me a lot. thank you

spot
Автор

I enjoyed the video. I changed mine so I didn't have to remove/recreate the buttons each time by pulling in the list size and having a global variable for the current image.Then I just added/subtracted from the current image variable.

joshm
Автор

hello,
in 14:43 a new button is defined for every step forward or backward.
what is the advantage? We could just keep track of the current image in a variable:
img_idx = 0
forward: img_idx = (img_idx + 1) % len(image_list)
back: img_idx = (img_idx - 1) % len(image_list)

MrJzvoyeur
Автор

You are just awesome....This all lectures are very helpful to me to make my project as for that nice guidance.

SammarpanDasguptaOfficial
Автор

I really wanna thank you because you made me have more faith in myself

hosseinghanaati
Автор

Thank you very much for the video. Looking forward for more. Yes i liked it and subscribed :)

rahulsailwal
Автор

I just finished this image viewer App... worked really nice :D .. I had to pause the Video do some coding and review the video again couple of times...I like this Tkinter playlist a lot and looking forward to finish all its apps. I like your tempo when talking and the way you think loudly of the problems as you code and solve the problems... I'm new to coding trying to self learn so any advice is very much welcomed ... I started with Python basics about 2 month ago then OOP, I did some introduction to Machine learning with Python as well as I'm very interested in this section ... Thanks A LOT for your videos .. if you Have any advice for me that will be great

mohamadabouelela
Автор

Great job deserving of thanks
عمل رائع يستحق الشكر

ashrsfsiliman