FaizanOmer / StreamlitWebApps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamlitWebApps

Simple Calculator Web App with Streamlit

Calculator Screenshot

Overview

This is a simple web-based calculator application built using Streamlit, a Python library for creating web applications with minimal effort. The app allows users to perform basic mathematical operations such as addition, subtraction, multiplication, and division.

Features

  • User-friendly interface with input fields and buttons.
  • Supports addition, subtraction, multiplication, and division.
  • Real-time calculation and display of results.
  • Clear button to reset the input fields.

How to Use

  1. Installation:

    First, make sure you have Python and pip installed on your system. Then, install the required dependencies:

    pip install streamlit

About


Languages

Language:Python 100.0%