Create an old-school calculator for positive, negative and decimal numbers. The calculator has buttons for digits, operators and to perform the calculation. It also has a display for the current result or the number that is currently being input.
- Clone the repository to your local machine using: git clone https://github.com/Michxyz/Basic-Calculator.git
- Navigate to the cloned directory.
- If you're using a virtual environment, activate it.
- Install the required dependencies with
pip install -r requirements.txt.
To use the calculator:
- Run
python calculator.pyto start the application. - Use the calculator interface to perform arithmetic operations.
Feel free to fork the project and submit pull requests.
De GUI layout is in the file 'gui_basic_calc.pdf'