- Description
- Tools used
- How to run
This is a simple Calculator, coded using the Python language. Basic calculations can be done using this; serial wise operations allowed and not following the BODMAS rule. Just like in calculator, we enter the number, followed by the operator and the further numbers. The "=" button is pressed to equate the series of calcuations.
🐍 Python
The "calculator.py" file contains the main code content. The "main.py" file is the main excutable file which can be used to run. Both of these files should be saved in the same folder. The "main.py" file can be executed, without any risk of committing any changes in the main code content.