(Probably) Very Bad Calculator
- 4 Devlogs
- 4 Total hours
I am Building a Python Based Calculator with Basic Funktions (+) (-) (*) (/)
I am Building a Python Based Calculator with Basic Funktions (+) (-) (*) (/)
I fixed a small Bug that caused the main window to not have the Icon i wanted and made an Exe-File that could launch the Project
I combined the 3 windows into one and gave the remaining window a proper grid
Added Functionality to the Calculator by giving the 4 Operators a funktion
The Gui of the Calculator is Funktional, but still needs a lot of work (as you can see). I will try to implement the Calculator itself as soon as possible which shouldnt be to hard because i already made one some time ago. I do expect Bugs like being able to Input a String in the Input for Numbers, but i will fix those later.