Skip to content

"AutoShutdownTimer" is a Python script that allows users to easily schedule computer shutdowns based on their desired time intervals.

Notifications You must be signed in to change notification settings

faresbrayek2/auto-shutdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Auto Shutdown Timer

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.

Prerequisites

Before running the script, ensure that you have the following:

  • Python 3 installed on your computer.

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/auto-shutdown-timer.git
  2. Navigate to the project directory:

    cd auto-shutdown-timer
  3. Run the script:

     python AutoShutdownTimer.py

Usage

  1. When prompted, enter the shutdown time in seconds. For example, to schedule a shutdown in 60 seconds, enter 60.

  2. The script will display a message confirming that the shutdown is scheduled.

  3. To cancel the shutdown timer, press Ctrl+C at any time before the countdown ends.

Contributing

Contributions are welcome! If you have any ideas for improvements or find any issues, please open an issue or submit a pull request.

Acknowledgments

  • This script was created to simplify the process of scheduling computer shutdowns.
  • Feel free to customize and use it to suit your needs.

About

"AutoShutdownTimer" is a Python script that allows users to easily schedule computer shutdowns based on their desired time intervals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages