/Calculator

A calculator app in python written with flet framework.

Primary LanguagePython

Calculator

A calculator app in python written with flet framework.

Screenshot

image

Run it!

  1. Clone the repo or download zip.
  2. Navigate to the cloned directory or to the extracted directory.
  3. Open terminal in the directory.
  4. Run the following commands:
  5. Creating virtual environment: python -m venv .env
  6. Activating it: .env\Scripts\activate
  7. Running: python main.py
  8. Deactivate the virtual environment: deactivate