. ├── frontend/ # Electron + React 前端 │ ├── electron/ # Electron 主進程與 Preload 腳本 │ │ ├── main.ts # 主進程 (啟動 Python、處理 IPC) │ │ └── preload.ts # 預加載腳本 (暴露 API 給前端 ...
A template for building desktop applications using Electron as the frontend and Python (FastAPI) as the backend. This template demonstrates how to package a Python server with an Electron application ...