A calculator app in python written with flet framework.
- Clone the repo or download zip.
- Navigate to the cloned directory or to the extracted directory.
- Open terminal in the directory.
- Run the following commands:
- Creating virtual environment:
python -m venv .env
- Activating it:
.env\Scripts\activate
- Running:
python main.py
- Deactivate the virtual environment:
deactivate