# dai-ai-make-money **Repository Path**: script2000/dai-ai-make-money ## Basic Information - **Project Name**: dai-ai-make-money - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-11 - **Last Updated**: 2026-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```sh uv run python -m attendance_system ``` ## Build with PyInstaller ```sh uv run pyinstaller AttendanceSystem.spec ``` Output: `dist/AttendanceSystem/AttendanceSystem.exe` To rebuild from scratch: ```sh uv run pyinstaller --onedir --windowed --name "AttendanceSystem" --add-data "fonts;fonts" --clean run.py ```