This repository contains a simple calculator project developed using Python with Flask, HTML, and CSS. The calculator offers basic arithmetic operations such as addition, subtraction, multiplication, and division. It provides a user-friendly interface for performing calculations and has been tested locally as well as via Postman.
This project is a simple calculator with basic functionality such as addition, subtraction, multiplication, and division. It was developed using Python with a Conda environment and Flask, along with basic HTML and CSS for the user interface.
- Addition
- Subtraction
- Multiplication
- Division
- Python
- Flask
- HTML
- CSS
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the Flask application using the following command:
- Access the calculator interface by opening a web browser and navigating to
http://localhost:5000
. - Choose a mathematical operation, input the numbers, and click "Calculate" to see the result.
The project has been tested locally and via Postman. To test via Postman:
- Start the Flask application.
- Send a POST request to
http://localhost:5000/via_postman
with JSON body containing the operation and numbers. - Receive the result as a JSON response.

Screen.Recording.2024-05-14.at.1.15.02.AM.mov
This project is licensed under the MIT License.