Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 574 Bytes

Calculator App

Basic calculator app in Python using Flet library

Run Locally

Clone the project

  git clone https://github.com/shravanramv/Calculator-App-Python.git

Install dependencies

  pip install flet

Start the server

  python calculator.py

Documentation

For further documentation, you can refer to the Flet Documentation and a tutorial to build a calculator app.