Lightbridge-KS / flet-calculator

Test Simple Calculator App using Flet

Home Page:https://flet-calculator-lightbridge.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Calculator Flet App

An example of a minimal Flet app which is a fork (with minimal modification) from this calculator app.

To run the app:

flet run

Deploy

Hard lesson in requirements.txt

https://flet.dev/docs/guides/python/packaging-app-for-distribution/#native-python-packages

In requirements.txt do not include other package that depend on other languages.

I've used this config and fail:

pyinstaller>=5.7.0
pillow==10.2.0

Using just flet works fine.

About

Test Simple Calculator App using Flet

https://flet-calculator-lightbridge.netlify.app


Languages

Language:Python 100.0%