PyCalc - PyCalc is a sample calculator implemented using Python 3. The GUI is built using PyQt5, Tkinter, PySide2, and wxPython to show the flexibility of the Model-View-Controller (MVC) pattern.
PyCalc implements only the most basic math operations, that is:
division
multiplication
addition
subtraction
PyCalc is intended to be a demonstrative example of how you can implement a Python GUI applications using the most popular libraries for GUI design that are available today.
