Calculator in Python using PySimpleGUI

Create a simple four-function calculator in Python using the PySimpleGUI windowing library.
Format

Self-Paced 
Course

Level

Intermediate

Instructional Time

3 hours
54 minutes

Price

$9.99

About the course

Learn how to use the PySimpleGUI graphical user interface library by creating a four-function calculator in Python.  By default, Python applications are text-based.  The program prints its output to the screen, and the user responds via the keyboard.  GUI applications are point-and-click, making the application easier and more familiar for the user.  This project also introduces the basic concepts associated with object-oriented programming, one of the most common paradigms used in the software development industry today.

With the skills you develop through this project, you'll be able to add graphical user interfaces to your Python program.  You'll also be able to apply what you learn to creating GUIs in other programming languages.

Course Lessons

Created with