# scriptools **Repository Path**: peanutyan/scriptools ## Basic Information - **Project Name**: scriptools - **Description**: 工具集 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Scriptools ### Winscreen Keep the screen on 1. dependencies: nuitka, pynput, click 2. build command: ```shell cd scriptools nuitka --mingw --onefile ./winscreen.py --remove-output --output=./bins ``` 3. usage: ```shell # screen sleep time is 5 minutes ./winscreen.exe --sleeptime=5 # winscreen will scan in all days(--no-workday), default Mon-Fri (--workday) ./winscreen.exe --no-workday # winscreen will scan in worktime(am:9-11, pm:13-18) ./winscreen.exe --worktime=9-11;13-18 # winscreen will scan one time per 2s, default 10s ./winscreen.exe --scaninter=2 # debug on ./winscreen.exe --debug ```