# apfcscope **Repository Path**: forthchina/apfcscope ## Basic Information - **Project Name**: apfcscope - **Description**: APFC GUI 辅助调试工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-27 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 我的 PySide6 项目 ## 初始化 uv venv --python 3.11 uv pip install -r requirements.txt ## 运行 uv run python main.py ## 打包 uv run pyinstaller MyApp.spec