# CryptTools **Repository Path**: yunsongzhong/crypt-tools ## Basic Information - **Project Name**: CryptTools - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-09 - **Last Updated**: 2025-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Environment configure - create environment python -m venv cryptenv - activate environment cryptenv\Scripts\activate - update pip python -m pip install --upgrade pip - record requirements pip freeze > requirements.txt - install requirements pip install -r requirements.txt - run window python main.py - package executive pyinstaller --onefile --windowed -n CryptTools main.py