Skip to content

siddqamar/PyCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator Backend

This repository contains the backend code for a simple calculator application written in Python using Streamlit.

Features

  • Allows users to input two numbers.
  • Supports basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Provides a user-friendly interface for performing calculations.

Usage

  1. Run the calculator application using Streamlit.
  2. Enter the first and second numbers.
  3. Select the desired operation from the dropdown menu.
  4. Click the "Calculate" button to see the result.

Dependencies

No additional dependencies are required to run this calculator backend. The code utilizes built-in Python libraries and the Streamlit framework for the user interface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages