Basic calculator app in Python using Flet library
Clone the project
git clone https://github.com/shravanramv/Calculator-App-Python.git
Install dependencies
pip install flet
Start the server
python calculator.py
For further documentation, you can refer to the Flet Documentation and a tutorial to build a calculator app.