This project is a simple calculator program implemented in Python.
The calculator supports 5 basic arithmetic operations: addition; subtraction; multiplication; division; exponentiation.
It provides a user-friendly interface for performing calculations efficiently and accurately.
☑️ To use this project, it is necessary to download both the 'main.py' file and the calculator module (calculator.py) and save them in the same folder on your computer.
☑️ The 'main.py' file is the main file that needs to be executed to access the calculator. The calculator module contains the necessary mathematical functions to perform the operations.
☑️ It is important to note that you must have Python 3.x installed on your computer to run the project.
☑️ After downloading and saving the necessary files in the same folder, run the 'main.py' file and follow the on-screen instructions to perform the desired mathematical operations.
Although it is a simple design, it can be improved by adding more mathematical operations.
⚫ Python