Autore: Bocaletto Luca
Timed Shutdown PC is a Python application based on tkinter that allows you to schedule the shutdown, restart, or suspension of your computer at a specified time. It's a handy utility for automating computer shutdown actions.
-
Real-time Clock Display: The app displays a real-time digital clock in the main window.
-
Action Scheduling: You can specify a time (in HH:MM format) and choose whether to shut down, restart, or suspend the computer at that time.
-
Time Validation: The app checks if the specified time is in the future and displays an error message if it isn't.
-
Delayed Execution: The app waits until the specified time and then performs the selected action.
- Python 3.x
- tkinter library (usually included with Python installation)
- Clone or download the repository from GitHub.
- Run the
main.pyfile to launch the app. - In the app's interface, enter the desired time and select the action (Shutdown, Restart, Suspend).
- Click the "Schedule" button to set up the action.
- The computer will automatically perform the action at the specified time.
Suppose you want to shut down the computer at 8:30 PM. Follow these steps:
- Enter "8:30 PM" in the time input.
- Select "Shutdown" as the action.
- Click "Schedule."
- The computer will be shut down automatically at 8:30 PM.
This software is distributed under the GPLv3 License.
Have questions or suggestions? Feel free to reach out to the author.
If you'd like to contribute to this project, fork it and submit a pull request.
Thank you for using Timed Shutdown PC!
Maintainer Update
All legacy projects from the old @Elektronoide GitHub account are now officially maintained by @bocaletto-luca. Please direct any issues, pull requests, and stars to @bocaletto-luca for all future updates.
