Shutty is a shutdown timer for your Windows PC, you just set the hours, minutes and seconds, and your computer will shutdown in that time
Just go to LINK and press "Download"and execute the .exe file!. It might say that it is a dangerous file, but it's not
Use the package manager pipenv to install all the requirements.
pipenv install
or use the package manager pip to install the following:
pip install pysimplegui
pip install shutdown
and if you want to make your own .exe file, you will need:
pip install pyinstaller
Once you have all the packages just "cd" in the project folder and:
python shutty.py
To use the program just execute it, and you will see the following image:
Once you enter the time to shutdown, just hit "Set time", and the program will display the time when the PC will shutdown
And if you want to cancel the shutdown process for any reason just hit "Abort shutdown"
The program only was tested in Windows 10, if you want to try on another Windows, let me know.
Thanks Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.