# mail_genmini **Repository Path**: lukongtou/mail_genmini ## Basic Information - **Project Name**: mail_genmini - **Description**: 自建邮箱系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-16 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` copy .env-example .env python -m venv venv python -m pip install --upgrade pip pip install -r requirements.txt pip install --upgrade pyinstaller pyinstaller -F --noconsole --onefile --name email_mini_V.1.0 main.py ```