Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 524 Bytes

File metadata and controls

18 lines (12 loc) · 524 Bytes

In the following, I use PyQt5 to build a GUI app

Start_Window

Calculator_Window

Challenges:

  • Swapping Windows
  • Working with Signals and Slots

Upcoming Updates:

  • Calculator Functionality
  • More Utilities
  • Thread support for each utility

Notes:

Great project for learning more about threads!