Skip to content

This repository contains a basic calculator implementation using Python and hosted on Streamlit. It provides a simple user interface to perform arithmetic calculations.

Notifications You must be signed in to change notification settings

deepankarvarma/Basic-Calculator-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Basic Calculator

This repository contains a basic calculator implementation using Python and hosted on Streamlit. It provides a simple user interface to perform arithmetic calculations.

Features

  • Addition: Perform addition of two numbers.
  • Subtraction: Perform subtraction of two numbers.
  • Multiplication: Perform multiplication of two numbers.
  • Division: Perform division of two numbers.

Usage

  1. Open the Streamlit App.
  2. Enter the first number in the input field.
  3. Select the arithmetic operation you want to perform.
  4. Enter the second number in the input field.
  5. Click the "Calculate" button to get the result.
  6. The result will be displayed below the button.

Screenshots

Calculator Screenshot

Setup and Installation

To run the calculator locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/deepankarvarma/basic-calculator.git
    
  2. Navigate to the project directory:

    cd basic-calculator
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    
  4. Run the Streamlit app:

    streamlit run app.py
    
  5. Open your browser and visit http://localhost:8501 to access the calculator.

Technologies Used

  • Python
  • Streamlit

Contributing

Contributions are welcome! If you find any bugs or want to add new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This repository contains a basic calculator implementation using Python and hosted on Streamlit. It provides a simple user interface to perform arithmetic calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages