-
Example.py -> contains a GUI made in Python as a simple calculator with buttons, but the functionality is not implemented yet
-
AnotherExample.py -> contains a GUI created in pyCharm as a simple calculator.
-
main.py -> contains a test GUI made in Python with no complex functionalities, some buttons, menus. It was created using a tutorial and it's just for learning purpose only.
https://www.geeksforgeeks.org/python-simple-gui-calculator-using-tkinter/