Build Calculator Functionality - PyQt5 GUI Thursdays #9

Опубликовано: 18 Март 2021
на канале: Codemy.com
21,448
511

In this video we'll continue building out our Calculator app by creating the mathematical functionality of the buttons.


We'll make the = equals to button actually compute the math, we'll also work on the decimal button, the back button, and the +/- button as well.

When we finish this video, our calculator will have all of it's basic functionality built.

#codemy #pyqt5

Timecodes
0:00​​ - Introduction

1:55 - Create Decimal Button Function
5:30 - Create Back Button Function
7:26 - Create +/- Button Function
10:20 - Create Equal Button Function
12:45 - Add Try Except Block To Catch Errors
13:38 - Conclusion