https://github.com/mursalatul/shutdown-timer-for-windows
Shutdown timer is a python application that allows users to schedule shutdown times for Windows computers. With an intuitive interface built using PyQt5, users can easily set a specific time for their computer to shut down. The application allows users to cancel and re-schedule the timer.
https://github.com/mursalatul/shutdown-timer-for-windows
pyqt5-desktop-application shutdown-timer windows-application
Last synced: 3 months ago
JSON representation
Shutdown timer is a python application that allows users to schedule shutdown times for Windows computers. With an intuitive interface built using PyQt5, users can easily set a specific time for their computer to shut down. The application allows users to cancel and re-schedule the timer.
- Host: GitHub
- URL: https://github.com/mursalatul/shutdown-timer-for-windows
- Owner: mursalatul
- License: gpl-3.0
- Created: 2021-07-24T15:19:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T15:52:20.000Z (about 1 year ago)
- Last Synced: 2025-02-06T13:43:31.470Z (5 months ago)
- Topics: pyqt5-desktop-application, shutdown-timer, windows-application
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shutdown Timer
Shutdown Timer is a Python application that allows users to schedule shutdown times for Windows computers. With an intuitive interface built using PyQt5, users can easily set a specific time for their computer to shut down. The application allows users to cancel and re-schedule the timer.
## Features
- Schedule shutdown times for Windows computers.
- Intuitive interface built with PyQt5.
- Support for cancelling and re-scheduling shutdown timer.
- **Shutdown at a specific time:** Input the time in 12-hour format (hh/mm) to schedule a shutdown.
- **Shutdown after a certain duration:** Input the number of minutes after which the system should shut down.
- **Progress bar:** Displays a progress bar indicating the time remaining until shutdown.## Requirements
- Python 3.7 - 3.9 (**3.8 recommanded**)
## Installation
1. Clone the repository
`git clone https://github.com/mursalatul/shutdown-timer-for-windows.git`
or [download](https://github.com/mursalatul/shutdown-timer-for-windows/archive/refs/heads/master.zip) the zip.
3. Install dependencies
- `python -m venv venv` creating virtual environment is optional but recommanded.
- `pip install -r requirements.txt`## Usage
- **GUI Version**: To run the GUI version of the application, execute `shutdowntimer_gui.py`.
- **Command Line Version**: To run the command-line version of the application, execute `shutdowntimer.py`.
## Contributing
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
## License
This program is licensed on GPL-3.0 license
which granting you the freedom to use, modify, and redistribute the software under the same license terms. See the [LICENSE](https://github.com/mursalatul/shutdown-timer-for-windows/blob/master/LICENSE) file for details.