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