Python PyQt5 setup a basic GUI Application! 🖥️

  Рет қаралды 25,827

Bro Code

Bro Code

Күн бұрын

Пікірлер: 51
@BroCodez
@BroCodez 6 ай бұрын
# PyQt5 introduction import sys from PyQt5.QtWidgets import QApplication, QMainWindow from PyQt5.QtGui import QIcon class MainWindow(QMainWindow): def __init__(self): super().__init__() self.setWindowTitle("My cool first GUI") self.setGeometry(700, 300, 500, 500) #self.setWindowIcon(QIcon("profile_pic.jpg")) def main(): app = QApplication(sys.argv) window = MainWindow() window.show() sys.exit(app.exec_()) if ___name___ == "__main__": main()
@alvinamana1459
@alvinamana1459 4 ай бұрын
When I do self.setWindowTitle it doesn't work
@bhaveshganolia6860
@bhaveshganolia6860 6 ай бұрын
I don't know why your vdos aren't getting views. I absolutely love your tutorial it's been almost 2 years since I was following u. I can't see your views so low 😢. Amazing tutorial Thank You
@pandaijo4145
@pandaijo4145 6 ай бұрын
just wanted to let you know you are actually a legend. please keep doing what you're doing
@AstorasDovlias
@AstorasDovlias 6 ай бұрын
happy to see that you are still posting new videos
@kenner__
@kenner__ 6 ай бұрын
Oh myyy, i waited so for GUI tutorials... I'm waiting for more episodes!
@mohamedcoufi9873
@mohamedcoufi9873 6 ай бұрын
Is this an alternative of Tkinter?
@mirasmatras1805
@mirasmatras1805 6 ай бұрын
Good job bruv, can't wait for a next lesson
@mohdalghoul8673
@mohdalghoul8673 6 ай бұрын
Awesome 🎉 it will be best gui tutorial ever
@tarindell187
@tarindell187 6 ай бұрын
Oh please make more about pyqt. You’re the best ever
@enhampus7458
@enhampus7458 2 ай бұрын
The legend is back!
@rayeesuraj7190
@rayeesuraj7190 2 күн бұрын
Hands off to you Sir... 😲😲😲
@gregabits
@gregabits 6 ай бұрын
I’m still not getting notifications for this channel from KZbin. If that is happening to everyone else, that explains the fall off of viewership.
@beans2233
@beans2233 6 ай бұрын
this man is pretty underrated
@tominho8373
@tominho8373 15 күн бұрын
awesome !!
@JerichoPanagsagan
@JerichoPanagsagan 6 ай бұрын
the legend is back
@nimamasoumi646
@nimamasoumi646 6 ай бұрын
you better not keep us waiting on GUIs bro, that's just some good stuff from a guy who's straight to the point
@minastv.
@minastv. 4 ай бұрын
I am from brazil!! ❤🧑‍💻
@GrooveMan21
@GrooveMan21 14 күн бұрын
Is PyQt5 still GPL-licensed only? Might be more advantageous to use PySide2 to create distributable applications. $4500 is a bit steep for a PyQt5 or PyQt 6 license.
@StoicismAspects
@StoicismAspects 6 ай бұрын
Good Job Bro👍
@nhtalks4368
@nhtalks4368 6 ай бұрын
ayo my fav just uploaded
@Tayyab-g9p
@Tayyab-g9p 6 ай бұрын
Waiting for your tutorial Bro !
@24bitDemon
@24bitDemon 6 ай бұрын
thanks you!
@hybridclasher123
@hybridclasher123 6 ай бұрын
Nice
@gibsongamesrealm
@gibsongamesrealm 6 ай бұрын
greate
@NSA.
@NSA. 6 ай бұрын
nice
@jereinnico
@jereinnico 6 ай бұрын
bro can you do Django or flask tutorial in the future?
@its_Arkanai
@its_Arkanai 3 ай бұрын
I have a question, what programm do you use to run the skript?
@wRatte
@wRatte 21 күн бұрын
How do you get that "site-packages" folder? When using something like VS Code and starting with a blank folder?
@vijayathithyapm2829
@vijayathithyapm2829 19 күн бұрын
same doubt
@siksmore
@siksmore 6 ай бұрын
Please can you make a gui application in c++ because from you I understood how c++ works
@seth9526
@seth9526 6 ай бұрын
ok I'm going to attempt to make Buckshot Roulette though I'm wanting to ask you is it possible to code a random number of buck shots and random types like say round 1 6 buck shots 4 blank 2 real or any random amounts so basically, I wonder is it possible to make a function to do random ammo 2 - 8 count and whatever ammo you get is random for number of blanks and live rounds, then once the amount hits 0 it makes a new set there's items and health
@progaming-vs9df
@progaming-vs9df 3 ай бұрын
Can you make your GUI series on pygame?
@erikjohnson9112
@erikjohnson9112 6 ай бұрын
Why PyQt5 instead of PyQt6 or PySide6? After so many years of 6 being available I would assume that, so if 5 is chosen on purpose my question is why? (OK, I see Qt 6 is only 3.5 years old, I was assuming it was even older than that)
@Wojtek_1777
@Wojtek_1777 6 ай бұрын
POV you make games so you just use pay game and your own custom code to make a gui with buttons
@mmafights__
@mmafights__ 6 ай бұрын
Please make a qt c++ please 🙏
@davaughnwilliams5100
@davaughnwilliams5100 6 ай бұрын
Fr
@Nkit_1
@Nkit_1 6 ай бұрын
how is it compared to tkinter?
@g0m854
@g0m854 6 ай бұрын
I try with py simpleGUI but is eay more difficult than this ( im portuguese)
@zakariaabdulrauf
@zakariaabdulrauf 5 ай бұрын
Pls any help Mine shows errror when i try to install yhe PyQt5
@euFish
@euFish 4 ай бұрын
write out the code to import the stuff, then in intellj context actions there should be an option to install PyQt5
@Student-4U
@Student-4U 2 ай бұрын
It's not working in my Android acode guide me
@HuzefahHashmi
@HuzefahHashmi 6 ай бұрын
Can you make a Course for Kotlin?
@menyoeung07
@menyoeung07 6 ай бұрын
Hi
@mariannemagdy7616
@mariannemagdy7616 Ай бұрын
it doesnt work😭
@9ine743
@9ine743 2 ай бұрын
pytQ5 he don't work in python 13 install python 12 OR 11 guys
@frostyboy3192
@frostyboy3192 6 ай бұрын
Its painful to see you work so hard but don't get enough views 😢, are you financially stable???
@jellybeandragon4209
@jellybeandragon4209 6 ай бұрын
1 view in 2 minutes bro fell off
@CrSt-m2e
@CrSt-m2e 6 ай бұрын
He's not the manii show dumbass
@sarkismjalli8408
@sarkismjalli8408 6 ай бұрын
He will never as long as we "og's" remain loyal to him. I still watch every single video he uploads.
Python PyQt5 LABELS are easy!  🏷️
8:56
Bro Code
Рет қаралды 7 М.
Let's code a DIGITAL CLOCK in Python! 🕒
16:25
Bro Code
Рет қаралды 10 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
I use Drag and Drop to build modern Python Apps
14:08
Softlinks
Рет қаралды 95 М.
Python GUI Development Using PyQt5
22:08
NeuralNine
Рет қаралды 206 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 345 М.
Python tkinter setup a basic GUI 🐍
8:07
Bro Code
Рет қаралды 108 М.
Let's code a STOPWATCH in Python! ⏱
17:58
Bro Code
Рет қаралды 10 М.
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 717 М.
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 118 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,7 МЛН