Skip to content

A calculator made in python that can be used in the web using flask.

Notifications You must be signed in to change notification settings

Ahmed-iaaz64/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple calculator built in Python, displayed using Flask.

Features

  • Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Responsive design suitable for both desktop and mobile devices.

Getting Started

Follow these steps to get a local copy of the project up and running on your machine.

1. Fork the Repository (Optional)

To save your own copy of this project to your GitHub account:

  • Click the Fork button at the top right of the page.

2. Clone the Repository

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

3. Install Dependencies

Ensure that you have Flask installed in your environment. You can install Flask by running:

pip install flask

4. Run the Application

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.

Contributing

Contributions are welcome! If you have any improvements or bug fixes, feel free to fork the repository, make changes, and submit a pull request.

About

A calculator made in python that can be used in the web using flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published