A simple calculator built in Python, displayed using Flask.
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
- Responsive design suitable for both desktop and mobile devices.
Follow these steps to get a local copy of the project up and running on your machine.
To save your own copy of this project to your GitHub account:
- Click the Fork button at the top right of the page.
You can either download the repository files directly or clone it using Git. To clone the project, run the following command in your terminal:
git clone https://github.com/Ahmed-iaaz64/Calculator.git
Ensure that you have Flask installed in your environment. You can install Flask by running:
pip install flask
To start the Flask app, navigate to the project directory and run:
flask run
By default, the application will be available at http://127.0.0.1:5000/ in your web browser.
Contributions are welcome! If you have any improvements or bug fixes, feel free to fork the repository, make changes, and submit a pull request.