This is a timer written in Python to put your PC to sleep, Windows Only.
Features:
- 2 options to run the program (Console, GUI).
- Sleep timer goes from 0:0:0 to 24:59:59.
- Easy to use.
- The Console option uses regex to detect time.
Table of Contents
- Only Python
You have 2 options:
To use the console option you have 2 ways:
- Run the executable file
console.exe. - Open Command Prompt in the
srcdirectory, then run this commandpython console.py.
This is a lot larger in size because of pyqt5 package.
Here we have 3 methods:
- Run the executable file
setup.exeand install the program, you will find a shortcut on the desktop namedSleep Timeryou can run it. - Unzip
gui.rarthen run the executable file inside the unziped folder calledgui.exe. - Open the command Prompt in
srcdirectory, then run this commandpython gui.py(requires PyQt5 package).
- I used auto-py-to-exe to make an excutable file.
- The large size of GUI id because of the PyQt5 package.
- If you have any problem please make an issue.
- If you have any modification feel free to make a pull request.



