Тёмный

Python GUI Development Using PyQt5 

NeuralNine
Подписаться 367 тыс.
Просмотров 196 тыс.
50% 1

Опубликовано:

 

9 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 112   
@akshatdodhiya
@akshatdodhiya 3 года назад
Creating UI using Qt designer is so simple, it blew my mind! Wish I knew it before. Nice video!
@lpqocqeeinem2692
@lpqocqeeinem2692 2 года назад
For those who are having problems with the GUI closing by itself, you should check your code because instead of raising an exception the GUI will just terminates itself whenever there is an error
@royz_1
@royz_1 2 года назад
I avoided implementing GUI in my python projects as much as possible because how horrible it is to work with tkinter. After watching this, it blew my mind how easy it is to create an awesome GUI using PyQt5. I will probably end up adding GUI to my client projects more than I should from now on.
@azkaarkhatib
@azkaarkhatib Год назад
My situation exactly!
@katersaid11
@katersaid11 Год назад
I recommend pyside2 because it is practically just pyqt but with a better licence. PyQt5 is GPL licensed, PySide2 is LGPL This means that with PyQt5 you would have to provide your source code to your client, whereas with PySide2 you don't have to.
@CubingBones
@CubingBones Год назад
I used to use ttk but i moved to customtkinter
@rabiumuhammedeffect423
@rabiumuhammedeffect423 3 года назад
INDEED, I LOVE EVERYTHING IN THIS CHANNEL, THAT'S WHY I NEVER MISS. THANKS SO MUCH.
@Dzcorex
@Dzcorex 26 дней назад
thank you neuralnine you have explained to me in one video how to use perfectly pyqt instead other youtubers whose confused me in ten videos.
@LordDestrojer
@LordDestrojer 11 месяцев назад
Love your speed. You can put so much stuff into 20 minutes. Thank you
@giuseppeciccone6946
@giuseppeciccone6946 3 года назад
Could you make a video on how to use PyQt5/Designer in order to make a scientific GUI? ie a GUI in which you can upload data, graph data etc.? This would be super useful! I cannot find any resources on this specific application of GUIS in Python online.
@Volodymyr_Honcharov
@Volodymyr_Honcharov 3 года назад
Maybe you should use for this DearPyGui that includes a plotting API (ImPlot Wrapping).
@charlesspringer4709
@charlesspringer4709 2 месяца назад
I needed this. (Hot tip: Never use the word "what" unless you are asking a question. You can train yourself and never say "what I'm gonna do is I'm gonna" and its relatives again.)
@BobbyTomMathew
@BobbyTomMathew Год назад
OMG. I didn't know you wrote the Python Bible. I just got it yesterday on Amazon.
@rtr195807
@rtr195807 3 года назад
Always a pleasure!
@mimurajam1501
@mimurajam1501 3 года назад
how do you know exactly what I need????
@NeuralNine
@NeuralNine 3 года назад
I am a medium
@hiwab41
@hiwab41 Год назад
why do you need this? i want to know.
@rjh7728
@rjh7728 Год назад
I was thinking the same thing!
@yasir45982
@yasir45982 6 месяцев назад
thnx for this video, it was so helpful for my school project
@Pelek495
@Pelek495 Год назад
That intro is fire
@Blindmin
@Blindmin Год назад
finally a non qt-designer tutorial why did it take me so long to find this lol
@MMKurdia
@MMKurdia Год назад
Amazing and easy to follow video! I love it!
@uday-xyz1523
@uday-xyz1523 3 года назад
Thanks for this video 😄
@CaratacusAD
@CaratacusAD 2 года назад
Reminds of visual basic :)
@clh6879
@clh6879 2 года назад
Why might it be that on my PyCharm I get unresolved attribute reference warnings for the buttons and textboxes within the class definition? It bothers me quite a bit.
@mateuszrosiek1668
@mateuszrosiek1668 Год назад
Im bumping this question up. Im wondering how to fix this? I see you are using tabnine, is it why you are not receiving warnings? Do suggestions what methods that unresolved objects have is caused by that extension? PS. Great video 👍
@hexa3333
@hexa3333 3 года назад
Thank you so much!
@bachelorscookery7984
@bachelorscookery7984 5 месяцев назад
Thankyou very much Very useful
@18lan
@18lan 7 месяцев назад
Thank you very much for the great video :)
@nguyentai9140
@nguyentai9140 3 года назад
Thanks for your video! It's really useful
@gopalrathi901
@gopalrathi901 3 года назад
this guy is so underrated
@thewu32
@thewu32 2 года назад
Just amazing!!! 😇😇😲😲🤩🤩🤩
@germanbrunini5204
@germanbrunini5204 Год назад
pure gold!
@allannortje6440
@allannortje6440 Год назад
Awesome !
@craighansen2818
@craighansen2818 3 года назад
Great video, thank you!
@WahreZocker
@WahreZocker Год назад
brr i love all your videos thxxx!
@kamisema
@kamisema 11 месяцев назад
Thank you so much. the design part remind me the visual basic which we had in school time. also the question that I have is that can we use this framework and Qt design to build a mobile Apps ?. thank you.
@jacktinney
@jacktinney Год назад
super helpful thank you
@sebastiangonzales46
@sebastiangonzales46 Месяц назад
Is it possible to use qtdesigner for GUI and implement text to speech stuffs inside it using preset buttons?
@vladimirsherman6883
@vladimirsherman6883 Год назад
Thank you
@eduardotejeda
@eduardotejeda 3 года назад
🔥🔥🔥
@parthbansal2775
@parthbansal2775 3 года назад
What pycharm theme do you use? It looks sick
@gowthamvideos4713
@gowthamvideos4713 Год назад
thanks u for this
@user3027
@user3027 Год назад
I built a gui desktop app in java as a school project. It fetched information from a radio website about different timetables and programs. It was actually quite easy and fun. We used the MVC design pattern and put the GUI on its own thread so it wouldn't hang. Would you recommend the same strategy for python programs that are a bit beyond basic beginner level?
@user3027
@user3027 Год назад
@D R Yes, thanks! Sounds like something I'm gonna try!
@SusanAmberBruce
@SusanAmberBruce Год назад
This video has captured my interest, and I am wondering if pyQt5 scores over tkinter with things like validating input, binds, variables and the things that tkinter is not so brilliant at
@hiwab41
@hiwab41 Год назад
you mean events right?
@DeezyDwarf
@DeezyDwarf Год назад
what about threading ? im trying to connect to eCAT devices using PYSOEM and its hard to understand how to work properly with signals and QThreads.
@vincent-ox5rz
@vincent-ox5rz 3 года назад
10:23 reminder ;)
@brutal3369
@brutal3369 Год назад
I thought it was hard but it's actually pretty easy
@dmitry_belonozhko
@dmitry_belonozhko Год назад
Super. Like.
@alexd3gv14
@alexd3gv14 3 года назад
Can a android app be built using PyQt5 and the designer?
@mcasualjacques
@mcasualjacques Год назад
hi there, any idea why after 2 or 3 Designer sessions, the Designer's own [ File Edit View Tools.... ] menu bar stopped working? i uninstalled, re-installed rebooted.
@daizwap9454
@daizwap9454 2 года назад
Thanks
@anthonywoods2550
@anthonywoods2550 Год назад
Thank you, Good Instructions. I am running VS Professional 2022. Is there a way to not display console when I run program?
@kemar3789
@kemar3789 10 месяцев назад
I have a question? How does 1 convert these files to .apk in order to run my own code on my mobile for testing
@sg8nj
@sg8nj 6 месяцев назад
Can we create here one console and execute python or any language script on this gui?
@Kabanoooo
@Kabanoooo Год назад
i installed pyqt5 (via cmd) but when i try to code something it still shows me that ModuleNotFoundError: No module named 'PyQt5', even when i check in cm if its installed it shows me that it is :/
@LascelleMckenzie
@LascelleMckenzie 3 года назад
Nice🤙
@Frank78565
@Frank78565 Год назад
anyone when they type from PyQt5.QtWidgets import * I am getting an error saying No Module named PyQt5. I have checked it is installed what else could be in the way?
@flamethekid
@flamethekid Год назад
how do you get the designer? when I look up the designer its just a website that offers it for $300 a month
@rodrigocerna5756
@rodrigocerna5756 3 года назад
Make a video explaining DeepFake please!
@sabyasachimaity8903
@sabyasachimaity8903 Год назад
For once, the software is actually really useful
@Shrek-iv8gu
@Shrek-iv8gu 2 года назад
Im using Visual Studio for my editor and every time i run the file it opens a box for a second but instantly closes it
@WilliamBliss-l2k
@WilliamBliss-l2k 5 дней назад
7614 Heathcote Tunnel
@krishna290gamer2
@krishna290gamer2 Год назад
Give me 1 reason not to using tkinter or customtkinger over PyQt5
@greg_pizzatower
@greg_pizzatower Год назад
they dont have designers
@krishna290gamer2
@krishna290gamer2 Год назад
@@greg_pizzatower who want designers?
@edmel144
@edmel144 7 месяцев назад
20:28 I was sooo triggered
@ln5185
@ln5185 Год назад
Your name is Flowers? :D
@RichardJones-d8q
@RichardJones-d8q 21 час назад
Kautzer Circle
@VypeReaper
@VypeReaper 3 года назад
Great vid! I am learning Python, is there a reason for line# 3? What does it do? at 2:00 Also the Discord link is not working! :) Thanks again for the awesome vids!
@littricks3631
@littricks3631 Год назад
if you import that script from another script and call main or other functions of the same script,it just won't work
@SHONNER
@SHONNER Год назад
That line tells the python script to execute only if it is the main program (either double clicked on or ran from a CMD or Terminal prompt) and not if it's an imported python script. If this script was imported by another Python program, it would not auto-execute after importing. This is best practice. Typically, imported Python scripts are not meant to execute when imported. Only executed when made calls to.
@ruxxuc2091
@ruxxuc2091 3 года назад
gtk+ vs qt5 ??
@dhanviner1983
@dhanviner1983 Год назад
what is the use of a lambda function?
@akalabayapal9634
@akalabayapal9634 6 месяцев назад
it helps to call the function provided in it with parameters.
@RalphVivian-d2c
@RalphVivian-d2c 6 дней назад
Vandervort Pines
@ShakespeareElton
@ShakespeareElton 20 часов назад
309 Nelson Parks
@ayushmishra6077
@ayushmishra6077 3 года назад
me using ursian and in 2 line i have window
@ChanceJeangilles-r5u
@ChanceJeangilles-r5u 6 дней назад
Halvorson Camp
@IrwinSwierczynski
@IrwinSwierczynski День назад
080 Gerard Lake
@wartem
@wartem Год назад
Why use PyQt instead of PySide ? Licensing is better with PySide, otherwise more or less identical. Only a few changes in syntax. So why is anyone using PyQt I wonder.
@atlantic_love
@atlantic_love Год назад
Because PyQt is older and more mature, better supported, better documentation. PySide is a wrapper to PyQt, yes?
@wartem
@wartem Год назад
@@atlantic_love Qt itself is developed as part of the Qt Project and Pyside is made by The Qt Company. The Qt Company is responsible for Qt development, productization and licensing under commercial and open-source licenses. It oversees the development of its Qt application framework within the Qt Project. PyQt was developed by Riverbank Computing Limited.
@alien_X1
@alien_X1 3 года назад
tkinter or pyqt5 which is best
@atlantic_love
@atlantic_love Год назад
You can find gozillions of websites that compare this or that.
@greg_pizzatower
@greg_pizzatower Год назад
pyqt5 it has a literal designer unlike tkinter
@blitzpark1250
@blitzpark1250 3 года назад
How efficient is this?
@NeuralNine
@NeuralNine 3 года назад
what do you mean by efficient?
@blitzpark1250
@blitzpark1250 3 года назад
@@NeuralNine i mean if it is memory hungry or leaks memory
@fus3n
@fus3n 3 года назад
@@blitzpark1250 it will be on python you dont have to worry about that but you want to convert it to exe it loads the gui really slow
@blitzpark1250
@blitzpark1250 3 года назад
@@fus3n makes sense
@MargaretTaylor-h3h
@MargaretTaylor-h3h 7 дней назад
Kaylin Port
@linkstart1424
@linkstart1424 3 года назад
like 10
@MargueriteWalz
@MargueriteWalz 5 дней назад
2823 Hermann Fork
@ahmedgamberli2250
@ahmedgamberli2250 3 года назад
6th comment!
@SigneGlas-m1e
@SigneGlas-m1e 4 дня назад
Giovanny Hill
@Zak-l7e
@Zak-l7e Год назад
i wonder why programmers are making it hard for themselves, having to code a GUI instead of drag and drop, PyQt5 saved me tones of hours and better GUI, i think it is time to move away from hard coding GUI to using Designer Studios for your GUI, in the years to come, TKinter and the like will be like looking at cobol or pascal code now. thank you for the video very informative by the way
@atlantic_love
@atlantic_love Год назад
History has shown us that WYSIWYG's are far more trouble than they're worth.
@yuukisieq942
@yuukisieq942 Год назад
Actually there is something called Proxlight designer. You can design interface in figma by drag and drop and then proxlight converts it to tkinter code
@privacyhelp
@privacyhelp 6 месяцев назад
the problem is those drag and drop programs are bloated and produce too much unnecessary code lines
@thelavagod
@thelavagod Месяц назад
The problem with drag and drop programs is they produce way tooo much lines of code. For example if you drag a button and it is colored white by default the drag and drop will just do something like "Button.Color = white" even though it's already defaulted to white
@ONeilConrad-m2s
@ONeilConrad-m2s 7 дней назад
Lee Cynthia Wilson Christopher Brown Ronald
@shourya9998
@shourya9998 3 года назад
first 🙂
@TheEnderOcelot
@TheEnderOcelot Год назад
there was 68 comments i had to...
@s.aravindh6227
@s.aravindh6227 3 года назад
No vedio 🙂🙂🙂🙂🙂🙂
@ChristopherJohnson-k4v
@ChristopherJohnson-k4v 6 дней назад
Renner Parkways
@HenriettaGill-w5w
@HenriettaGill-w5w 20 часов назад
6214 Kirlin Turnpike
@CowperMartin
@CowperMartin День назад
05875 Garnett Alley
Далее
25 nooby Python habits you need to ditch
9:12
Просмотров 1,7 млн
To mahh too🫰🍅 #abirzkitchen #tomato
01:00
Просмотров 347 тыс.
Tkinter Beginner Course - Python GUI Development
38:59
Просмотров 524 тыс.
My 10 “Clean” Code Principles (Start These Now)
15:12
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1,1 млн
Modern Graphical User Interfaces in Python
11:12
Просмотров 1,5 млн
Electromagnetic Aircraft Launcher
15:09
Просмотров 1,1 млн