A simple calculator with 2 input fields and some options to perform different operations on them.
- HTML
- CSS
- Python
- Flask
- Fork and clone this project.
- In your command prompt, navigate to Web-dev-mini-projects/Simple Calculator (Flask).
- Run this app using the command
python app.py
. - Now, navigate to
http://127.0.0.1:5000/
in your web browser to use the calculator.