Auto Shutdown Timer is a Python script that allows you to easily schedule computer shutdowns based on your desired time intervals. It provides a simple command-line interface for setting the shutdown timer.
Before running the script, ensure that you have the following:
- Python 3 installed on your computer.
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/auto-shutdown-timer.git
-
Navigate to the project directory:
cd auto-shutdown-timer
-
Run the script:
python AutoShutdownTimer.py
-
When prompted, enter the shutdown time in seconds. For example, to schedule a shutdown in 60 seconds, enter
60
. -
The script will display a message confirming that the shutdown is scheduled.
-
To cancel the shutdown timer, press
Ctrl+C
at any time before the countdown ends.
Contributions are welcome! If you have any ideas for improvements or find any issues, please open an issue or submit a pull request.
- This script was created to simplify the process of scheduling computer shutdowns.
- Feel free to customize and use it to suit your needs.