Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.09 KB

File metadata and controls

45 lines (31 loc) · 1.09 KB

Python Streamlit

Streamlit Calculator

A clean web-based calculator built with Streamlit.


Features

  • Four Operations - Addition, subtraction, multiplication, division
  • Decimal Support - Handles floating-point numbers
  • Error Handling - Division by zero protection with user-friendly messages
  • Zero Dependencies - Just Python and Streamlit

Quick Start

pip install streamlit==1.39.0
streamlit run app.py

Opens at http://localhost:8501


How It Works

  1. Enter two numbers in the input fields
  2. Select an operation from the dropdown
  3. Click Calculate
  4. Result displayed instantly

Built by @CodeWithArhum