This is a simple python script that can shutdown your pc after a given number of seconds.
- Python 3.x
- Windows OS
- Run the script in a terminal or an IDE.
- Enter the number of seconds to shutdown your pc as an input.
- The script will print a message and wait for the specified time.
- The script will execute the shutdown command and turn off your pc.
Enter the number of seconds to shutdown your pc: 10
Your pc will shutdown in 10 seconds.
###add co Author Prabir Singh