I added the Previous button as well, and it is working correctly. Can someone check and tell if there ca be a better logic. video starting at 11:00 started counter at 0 counter = 0 def rotate_image(): global counter counter = counter+ 1 img_label.config(image=img_array[counter%len(img_array)]) def previous_rotate_image(): global counter counter = counter - 1 img_label.config(image=img_array[counter%len(img_array)])
Sir one question, when I'm maximizing or changing the size of my gui window, my image size is not changing according to that. Is there a way to introduce this functionality in this code ?
Hi sir, great content Thank you my question is, if i want to give this app to someone, will he be able to use it without python installed on his system , how can i do that please tell or any link i can follow to do that! Thanks in advance
Sir your 100 days of machine learning is exellent 👌👌👌👌
I added the Previous button as well, and it is working correctly. Can someone check and tell if there ca be a better logic.
video starting at 11:00
started counter at 0
counter = 0
def rotate_image():
global counter
counter = counter+ 1
img_label.config(image=img_array[counter%len(img_array)])
def previous_rotate_image():
global counter
counter = counter - 1
img_label.config(image=img_array[counter%len(img_array)])
Thank you for teaching so well. in 'pady' it is clear about from top 10, but what you mean by from bottom 15
I cant open"from PIL import imagestk.image"
Sir one question, when I'm maximizing or changing the size of my gui window, my image size is not changing according to that. Is there a way to introduce this functionality in this code ?
thank you sir for this one
well-done sir 👌👌👋
Thank you
Sir i don't know anything about GUI can I do this project?
Please make a full GUI tutorial .
ruclips.net/video/D0xVD8eUk4o/видео.html
Sir Please make 1 video on ML using oops in Pycharm
Can you elaborate a bit
Hi sir, great content Thank you
my question is, if i want to give this app to someone, will he be able to use it without python installed on his system , how can i do that please tell or any link i can follow to do that!
Thanks in advance
You can convert your app into exe file by pyinstaller
done
Hii....nitish sir kaise h
Sir please calculator wale video be jalde upload kare .
Aaj hoga
@@campusx-official Thanks sir g
✨✨♥️♥️
Hi guruji