This program is needed to make it easier to set the bedtime, instead of using the inconvenient command in Win+R. The program makes this process more convenient.
- Download the
.exefile from the repository, double-click the file, and you can use the script! - The script is used like a standard
.pyfile. - The .exe is simply a compiled .py file created using pyinstaller.
- The following libraries are needed:
Library List:
altgraph==0.17.4
colorama==0.4.6
keyboard==0.13.5
packaging==25.0
pefile==2023.2.7
pyinstaller==6.16.0
pyinstaller-hooks-contrib==2025.9
pywin32-ctypes==0.2.3
setuptools==80.9.0
- Also You can also see the list of required libraries in the
requirements.txtfile.
- Sets a sleep timer for Windows in seconds.
It executes the command in Win+R; your value =
"shutdown -s -t <your value>"entered in Win+R is in seconds.
- Turns off the sleep timer.
The meaning of this command in Win+R is
"shutdown -a"
- Sets a sleep timer for Windows in hours.
It executes the command in Win+R; your value in
"shutdown -s -t <your value>"will be seconds multiply 3600.
- Sets a sleep timer for Windows in minutes.
It executes the command in Win+R; your value in
"shutdown -s -t <your value>"will be seconds multiply 60.
Caution
Caution
Important
Important
- This item is ONLY needed to calm your mind after you set the sleep time or disable it (During the first program launch, only after selecting any of the preceding options❗).
- If you set the sleep time during a different previous launch of this program this information is also incorrect.
- As I said, the information is only valid during a single program launch. If you set the sleep time using Win+R, this is also incorrect.
Note
- 1 - only after selecting any of the options
- 2 - only during a single program launch.
- Closes the entire script and exits the script completely.
Note
- This program is only compatible with Windows
Windows XP, Vista, 7, 8, 8.1, 10, 11
The project is distributed under the MIT License