Це відео не доступне.
Перепрошуємо.

Build a Calculator With PyQT5 Designer - PyQt5 GUI Thursdays #8

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • In this video we'll start to build a basic calculator app with PyQT5 Designer and Python.
    We'll start out by roughing in our GUI in the PyQT5 Designer. Once we get it looking the way we want to look, we'll convert that .ui file into a Python file and start to write code for button functionality.
    Timecodes
    0:00​​ - Introduction
    1:25 - Add A Label To Our Calculator App
    5:07 - Create Calculator Buttons
    7:43 - Change The Text Of Each Button
    9:02 - Change The Name Of Each Button
    11:00 - Convert UI File To Python File
    12:16 - Create Press_It() Function For Pressing Buttons
    13:06 - Update Button Code To Call Press_It()
    17:42 - Update Press_It Functionality
    19:24 - Remove 0 On Button Click
    20:13 - Conclusion
    #codemy

КОМЕНТАРІ • 76

  • @Codemycom
    @Codemycom  3 роки тому +3

    ▶️ Watch Entire PyQt5 GUI Thursdays Playlist ✅ Subscribe To My UA-cam Channel:
    bit.ly/3sHT8dc bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
    ▶️ Get The Code:
    bit.ly/394NQ3R

  • @ehtesham.ali2006
    @ehtesham.ali2006 3 роки тому +9

    I was just looking at the documentation for PYQT5 when I came across your video tutorials! And I can confidently say you are one of the BEST instructors I've seen on YT for python and GUI's. Keep up the good work, and greetings from Canada!

    • @Codemycom
      @Codemycom  3 роки тому +1

      Wow thanks, I appreciate that!

  • @isuruhettiarachchi4197
    @isuruhettiarachchi4197 3 роки тому +3

    Your code is clear and very easy to understand

  • @Lucasbc
    @Lucasbc 3 роки тому +1

    Thank god you are making videos about PyQT5 I was using just right now! Your videos are awesome thx!

  • @sariii100
    @sariii100 5 місяців тому

    thank you so much! you've helped me with my college homework:D

    • @Codemycom
      @Codemycom  5 місяців тому

      Happy to hear it!

  • @freewilly1056
    @freewilly1056 Рік тому +2

    I think it would be fair to put a remark, that it's not the best way to code anything more complex than such a dummy calculator, to let people know about patterns like MVC or MVVM which let decouple the GUI part (view) from the logic (model), so that if you want to remove a button or even implement simplified UI for the mobile device version, you don't need to reconstruct the logic down there (and vice versa). And also would be good to mention layouts rather than manually aligning pixels (imagine you decide to resize the main window by 10% just after you've precisely set positions to all the buttons). It's nice intro to how QT designer works, but otherwise this is the way GUI apps were written 20+ years ago ;)

    • @kevinkurani93
      @kevinkurani93 2 місяці тому

      How can I learn about MVC and MVVM?

  • @yazılımcıhazar
    @yazılımcıhazar 28 днів тому

    very nice and simple explanation
    THANKS TEACHER :D

  • @andrefbillette2774
    @andrefbillette2774 3 роки тому

    Great series! Keep up the good work and greetings from Montreal!

  • @HugoCervantes-HARO
    @HugoCervantes-HARO 2 роки тому

    Great tutorial! Thanks John.

  • @asiffazal8571
    @asiffazal8571 2 роки тому

    Just one comment is that you could double click the text to edit it on the pushButton. Thanks for the amazing tutorial videos.

  • @deaddrunkgamer7399
    @deaddrunkgamer7399 3 місяці тому

    on the if "0" shouldnt that be in the if statement to prevent unneccesary nesting? as if "0" the output label == pressed?
    So im curious if you're doing it because of visibility or not as its more or less same amount of code.

  • @umeshpurohit5252
    @umeshpurohit5252 3 роки тому

    Great Sir. Thank you

  • @krish3357
    @krish3357 3 роки тому

    Thank you for this tutorial. I am now using the designer to build better GUIs. Tkinter was a bit frustrating for me.

  • @omegothic
    @omegothic 2 роки тому

    thank you very much!

  • @luxmanmadapatha7976
    @luxmanmadapatha7976 3 роки тому

    Hi, many thanks for the excellent hands-on tutorial! Btw is there a code snippet of keeping the QPT5 Window always infocus or bring it back infocus automatically in the Windows OS? [I'm making an app with PyQT5 and need this feature]

  • @hangphamthi7382
    @hangphamthi7382 Рік тому

    Thank you so muchhhhh

  • @hiwab4140
    @hiwab4140 3 роки тому

    Thx for the video!

  • @Radian327
    @Radian327 2 роки тому

    Why did you modify ANY code in the Calc.py file? Any subsequent changes in the .UI file in designer will blow away all your code changes? I "thought" the process was to create your form in designer. Use the .UI file to create the .py file of class data. Then import that into say your "main.py" file where you then create a class and then all your "custom" code goes into your main?
    Or... Is there a way using the Designer, to use its "Signal/Slot Editor" or "Action Editor" to establish your button click code so if you come back into he designer later to update the form say to add a forgotten button, you can then regen the .py file from the .ui file without losing all anything?

    • @Codemycom
      @Codemycom  2 роки тому

      Because this is an ongoing series that teaches new things.... lol chill out and keep watching...

  • @Eddyyc
    @Eddyyc 3 роки тому

    Great videos, question, how do you manage changes? if you later added a new feature to your calculator but also altered the .py file a lot already, is there a way to properly managed this changes?

    • @Codemycom
      @Codemycom  3 роки тому

      Yeah I'll need to do a video on this one of these days

  • @Sreeeeeeeekrishna
    @Sreeeeeeeekrishna Рік тому

    Traceback (most recent call last):
    File "C:\Users\sreem\OneDrive\Documents\PYQT\calc.py", line 12, in
    self.fourbutton = QtWidgets.QPushButton(self.centralwidget, clicked= lambda: self.press_it("4"))
    File "C:\Users\sreem\OneDrive\Documents\PYQT\calc.py", line 219, in press_it
    self.label.setText(f'{self.label.setText.text()}{pressed}')
    AttributeError: 'builtin_function_or_method' object has no attribute 'text'
    this came after 18:53

  • @MEHEDIHASAN-kx6ok
    @MEHEDIHASAN-kx6ok 3 роки тому +1

    I have a question about kivymd
    please ans
    Question : In kivymd textfield how can i check if left-icon clicked

    • @Codemycom
      @Codemycom  3 роки тому

      This isn't a Kivy video

    • @MEHEDIHASAN-kx6ok
      @MEHEDIHASAN-kx6ok 3 роки тому +1

      @@Codemycom But can't i ask the question 😰😰

    • @Codemycom
      @Codemycom  3 роки тому

      @@MEHEDIHASAN-kx6ok Not under a PyQT video

    • @MEHEDIHASAN-kx6ok
      @MEHEDIHASAN-kx6ok 3 роки тому

      @@Codemycom huh i have asked in kivy video

  • @radiar8484
    @radiar8484 2 роки тому

    Hi
    I have a problem with QCalendarWidget
    I am creating a To-Do List with Persian Calendar(Jalali)
    but I can't change Change The Calendar to Jalali
    I Change the language and country but I can't figure out how to change the calendar itself!!

  • @learnwithnawf246
    @learnwithnawf246 3 роки тому

    Videos are so early nowadays...👏👏

  • @azarsirdash
    @azarsirdash 2 роки тому

    energetic as always
    very good and thank you
    I tried so hard to make a percentage
    But I finally figured it out : -- )

  • @behdadmoradi
    @behdadmoradi 2 роки тому

    Hello John, thanks for the tutorial videos, I have a problem here when I run my code the vs code gives me this error: " Ui_MainWindow.press_it() missing 1 required positional argument: 'pressed' "

    • @Codemycom
      @Codemycom  2 роки тому

      You forgot to pass an argument to the function in the button code. 13:09

    • @behdadmoradi
      @behdadmoradi 2 роки тому

      @@Codemycom Yeah :), I should have passed each button names to the function so I solved it quickly.
      Sample Code for fiveButton:
      clicked = lambda : self.press_it(pressed ="5")

  • @patrickscheich7532
    @patrickscheich7532 3 роки тому

    Can you make a video how to print documents/pdfs with PyQt's QPrinter? Would be very cool and very useful. Thanks a lot before!

    • @Codemycom
      @Codemycom  3 роки тому +1

      Might look into that :-)

  • @vanshkhera206
    @vanshkhera206 3 роки тому

    Thanks Sir :)

  • @arkaankhan1631
    @arkaankhan1631 2 роки тому

    hello sir, what is the command for mac to convert a .ui file to .py file
    the windows command doesn't work here

  • @yassine_zai5032
    @yassine_zai5032 2 роки тому

    why when I change the ui file to py and I open it in vscode it open with html code no python

    • @Codemycom
      @Codemycom  2 роки тому

      no clue, I wouldn't use vscode.

  • @Python12321
    @Python12321 3 роки тому

    can we do it with normal pyqt5(with no pyqt designer)

    • @Codemycom
      @Codemycom  3 роки тому

      Sure, if you want. But I wouldn't.

  • @kevinjc6501
    @kevinjc6501 3 роки тому

    Need help when i run my python file it just opens and closes immediately any fix

    • @Codemycom
      @Codemycom  3 роки тому

      What did you do differently from the video?

  • @codeKeshav
    @codeKeshav 3 роки тому +1

    Can't we have Designer for tkinter

    • @Codemycom
      @Codemycom  3 роки тому

      :-p

    • @codeKeshav
      @codeKeshav 3 роки тому

      @@Codemycom I don't understand what you replied

    • @Codemycom
      @Codemycom  3 роки тому

      @@codeKeshav the answer is no

    • @codeKeshav
      @codeKeshav 3 роки тому

      @@Codemycom ok sir

  • @briangreenberg153
    @briangreenberg153 3 роки тому

    I really love the content of your video presentations. However, when I look at the designer tool on this video, it appears a bit out of focus. I'm viewing on a Mac with excellent retina display resolution.

    • @Codemycom
      @Codemycom  3 роки тому

      Click the gear in the bottom corner of the video, change the Quality resolution to the highest available (HD). Your resolution likely got knocked out of wack somehow.

    • @briangreenberg153
      @briangreenberg153 3 роки тому

      @@Codemycom Thank you! Worked like a charm! Cold day here in Vegas! Good day for coding!

    • @Codemycom
      @Codemycom  3 роки тому

      @@briangreenberg153 I hear that! What happened to those 70 degree days we had just a few days ago?!

    • @briangreenberg153
      @briangreenberg153 3 роки тому

      @@Codemycom Today even worse! Got some light precipitation this morning here on the west side. Any chance you could increase the frequency of the PyQt5 GUI videos to more often than just Thursdays?

    • @Codemycom
      @Codemycom  3 роки тому

      @@briangreenberg153 Yeah it rained here off and on all day near Lone Mountain. No sorry, my current production schedule is pretty set..

  • @mynameisgod1135
    @mynameisgod1135 3 роки тому

    Just for a joke :
    I was doing a coding project
    When I got an error.
    My guardian angel came and told me you have done something wrong please check line number 5 . Please check and correct it. I thanked my angel. And my angel warned me don't repeat it.

  • @soumyodeepghosh3852
    @soumyodeepghosh3852 3 роки тому

    one comment for yt algorithm

  • @karaboprince8438
    @karaboprince8438 3 роки тому

    UA-cam1