/shutty-a-shutdown-timer

Shutty is a shutdown timer for your Windows PC, feel free to use it!

Primary LanguagePythonMIT LicenseMIT

Shutty

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

Installation on windows (.EXE FILE)

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

Execute in your editor

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

Usage

To use the program just execute it, and you will see the following image:

Alt text

Once you enter the time to shutdown, just hit "Set time", and the program will display the time when the PC will shutdown

Alt text

And if you want to cancel the shutdown process for any reason just hit "Abort shutdown"

Alt text

OS

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.

License

MIT