Python PyQt5 LABELS are easy! 🏷️

  Рет қаралды 6,767

Bro Code

Bro Code

Күн бұрын

Пікірлер: 19
@BroCodez
@BroCodez 6 ай бұрын
# PyQt5 QLabels import sys from PyQt5.QtWidgets import QApplication, QMainWindow, QLabel from PyQt5.QtGui import QFont from PyQt5.QtCore import Qt class MainWindow(QMainWindow): def __init__(self): super().__init__() self.setGeometry(700, 300, 500, 500) label = QLabel("Hello", self) label.setFont(QFont("Arial", 40)) label.setGeometry(0, 0, 500, 100) label.setStyleSheet("color: #292929;" "background-color: #6fdcf7;" "font-weight: bold;" "font-style: italic;" "text-decoration: underline;") # label.setAlignment(Qt.AlignTop) # VERTICALLY TOP # label.setAlignment(Qt.AlignBottom) # VERTICALLY BOTTOM # label.setAlignment(Qt.AlignVCenter) # VERTICALLY CENTER # label.setAlignment(Qt.AlignRight) # HORIZONTALLY RIGHT # label.setAlignment(Qt.AlignHCenter) # HORIZONTALLY CENTER # label.setAlignment(Qt.AlignLeft) # HORIZONTALLY LEFT # label.setAlignment(Qt.AlignHCenter | Qt.AlignTop) # CENTER & TOP # label.setAlignment(Qt.AlignHCenter | Qt.AlignBottom) # CENTER & BOTTOM # label.setAlignment(Qt.AlignHCenter | Qt.AlignVCenter) # CENTER & CENTER # label.setAlignment(Qt.AlignCenter) # CENTER & CENTER def main(): app = QApplication(sys.argv) window = MainWindow() window.show() sys.exit(app.exec_()) if ___name___ == "__main__": main()
@TVDramaHome
@TVDramaHome 28 күн бұрын
Love your video
@kedarp8975
@kedarp8975 6 ай бұрын
Love your Content broo❤❤
@g0m854
@g0m854 6 ай бұрын
Bro i love your conttent❤❤
@jereinnico
@jereinnico 6 ай бұрын
Hi bro can you please make a Django or flask tutorial in the future! ❤❤
@BroCodez
@BroCodez 6 ай бұрын
maybe. I'm not sure if many people would be interested in it tho
@Damnnn568
@Damnnn568 Ай бұрын
@@BroCodez make a django course bro we need it
@DK_saitamaa-i5x
@DK_saitamaa-i5x Ай бұрын
@@BroCodez yes pls make vedios for Django and flask
@Jsjjjs6066
@Jsjjjs6066 6 ай бұрын
html devs crying because they can't center a div without google
@g0m854
@g0m854 6 ай бұрын
Fr brooo
@fishman1837
@fishman1837 4 ай бұрын
Yougiguewe
@ferneto-ht7fc
@ferneto-ht7fc 6 ай бұрын
Not to ask a lot, but can you make a course video to learn Godot and so its script?
@azrielleon2782
@azrielleon2782 6 ай бұрын
how to buy your memberships
@THESAMY196
@THESAMY196 6 ай бұрын
Bro we want your FACE REVEAL 😁
@azrielleon2782
@azrielleon2782 6 ай бұрын
i want to buy a member ship or send money in comment
@BroCodez
@BroCodez 6 ай бұрын
Thanks! Don't worry about it. I don't want to be greedy. Treat yourself to something nice :)
@mrunknown1211
@mrunknown1211 6 ай бұрын
@@BroCodez What a Legend!
@hevcoffee
@hevcoffee 6 ай бұрын
Donate it to st Jude's
@azrielleon2782
@azrielleon2782 6 ай бұрын
add super chat
Python PyQt5 IMAGES are easy! 📷
6:06
Bro Code
Рет қаралды 4,3 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Python PyQt5 setup a basic GUI Application! 🖥️
9:09
Bro Code
Рет қаралды 25 М.
The World Depends on 60-Year-Old Code No One Knows Anymore
9:30
Coding with Dee
Рет қаралды 1 МЛН
Learn Python tkinter labels easy 🏷️
10:28
Bro Code
Рет қаралды 48 М.
The Quantum Computing Collapse Has Begun
7:16
Sabine Hossenfelder
Рет қаралды 1,2 МЛН
5 Useful Dunder Methods In Python
16:10
Indently
Рет қаралды 67 М.
Learn to code with an unfair advantage.
15:05
Jason Goodison
Рет қаралды 177 М.
Creating PyQt Layouts for GUI Python Applications
13:56
Real Python
Рет қаралды 32 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 90 М.
Python PyQt5 BUTTONS are easy! 🛎️
7:05
Bro Code
Рет қаралды 4,2 М.