Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Scheduled Shutdown

A console utility that asks for a number of minutes and then shuts down the computer after that delay using a system shutdown command.

Example

Shutdown After ----> 30
Computer Will Now Shutdown in 30 Minutes

Computer Will Now Shutdown!

After the specified number of minutes the script executes the system shutdown command.

How to run on localhost

python shutdown.py

Dependencies

Standard library only (uses os and time).