This repository contains a sample "Counter" Python app using Flet framework and CI configuration to package Flet app into standalone desktop bundle with PyInstaller for Windows, macOS and Linux. Main ...
stopwatch-pomodoro/ ├─ backend/ │ ├─ Dockerfile │ ├─ requirements.txt │ ├─ .env.example │ └─ app/ │ ├─ init.py │ ├─ main.py ...