# close-window **Repository Path**: nchu-lab/close-window ## Basic Information - **Project Name**: close-window - **Description**: 基于tkinter写的自动关机 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-02-10 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 当前项目基于python 3.10.13 定时关机项目: 1. 指定多少小时后关机 2. 在指定时间关机 # 依赖环境 ```shell pip install -r requirements.txt ``` 打包单个文件 ```shell pyinstaller single-main.spec -y ``` ```shell single-main.bat ``` 打包多个文件 ```shell pyinstaller more-main.spec -y ``` ```shell more-main.bat ```