Simple Image Viewer in Python

preview_player
Показать описание
In this video, we build a simple image viewer in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

I feel the same way simpleman does: you have a great "level" of content that is harder to find than both the relatively trivial/remedial intro stuff and the intense/overwhelming expert stuff lol intermediate projects seem to be in some sense the hardest to "just do" lol but your help is invaluable my man, thanks from all of us 🤙🏻🤙🏻

SliversRebuilt
Автор

this is something very useful, especially for somone who is looking to get into something a bit more complex. keep up the good content.

cicADA
Автор

Great video as always.

Just a simple note, the str.endswith method also accept a tuple of strings to check so
f.endswith(".jpg") or f.endswith(".png") could simply be written f.endswith((".jpg", ".png"))

SimonFD
Автор

now let me derive my real intent out of it. Great job! thanks

guenthersohler
Автор

Kudos for making this in PyQt instead of god awful Tkinter.

eklipsegirl
Автор

Could someone explain how to make the images scaled in proportion? I am fairly new to Qt Python module
😭😭😭😭😭

JuanMolina-tlxc
Автор

Great video! Just in time))) Wondering, how to make this image viewer executable?

IrXe
Автор

Thanks for the video! I implemented it and added true scaling + auto rotation, but I find that changing photos is too slow (not issues with my hardware, I have i9 12900K . Is there a way to improve the performance and swap images faster?

MorkusReX
Автор

How are you using vim keybinds in pycharm? I assume your doing it because its might be a bit "frightening" for some people who havnt learnt about vim yet?

insert
Автор

How can I access to the mobile gallery? Please anyone help. I have tried this code " from android.permissions import request_permissions, Permission" but android module doesn't exist in pycharm.

SSankalpaJayaweera
Автор

Its atom your editor? Also how Ican fix this ImportError: cannot import name 'vic' from 'PyQt5'

nitrogamesstudios
Автор

Hi everyone,
I'm programming a settings app for my timer (in Python).
I made a variable in __init__ function in a class. I want to change value of the variable by using function in the class. Is Ot possible? I've tried to do this, but variable hasn't been changed.

FizOlimp
Автор

Why didn't you use dataclasses?

I saw you made a video about dataclasses so was there a reason it was used here?

chriskeo
Автор

Is there any benefit to use wildcard imports? Just asking. Thanks for content.

josefcernik
Автор

Can you get this to run on the free version of PyCharm

rufusarrangements
Автор

super(). __init__() is the modern way of using super

Tferdz
join shbcf.ru