# auto_init **Repository Path**: qingyuqingyu123/auto_init ## Basic Information - **Project Name**: auto_init - **Description**: Debian Linux and its derivatives, initialize GUI tool. Debian Linux 及 衍生版, 软件安装的GUI工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## env ``` pip3 install pyqt6 pip3 install pyyaml pip3 install pyinstaller ``` ## package ```commandline pyinstaller --distpath ./output/dist --workpath ./output/build --specpath ./output --onefile --name auto_init src/main.py ```