taaaf11 / Calculator

A calculator app in python written with flet framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A calculator app in python written with flet framework.


Languages

Language:Python 100.0%