Project information

  • Title:Calculator
  • DomainPython
  • Project Date: 27 june, 2022
  • Project URL:

Project Description

The "Calculator App" is a simple command-line calculator implemented using the Streamlit library in Python. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, division, modulus, exponentiation, and floor division. Users can interact with the calculator through a Streamlit web interface, providing two numerical inputs and selecting the desired operation from a dropdown menu. Upon clicking the "Calculate" button, the app displays the result of the chosen operation.