This application, written in Python, uses customtkinter and provides a simple and convenient way to control the sleep, shutdown, and lockdown of your computer at a specified time or at a specifically specified time. In addition, the program has a mechanism to pause and continue the countdown timer before shutting down, and supports setting the timer time by scrolling the mouse wheel.
Programming Language: Python
Required dependencies: customtkinter
- Run the application.
- Set the desired mode: sleep, shutdown, or lock your computer.
- Set the time by scrolling the mouse wheel or enter a specific time.
- Click the "Start" button.
- If necessary, use the mechanism to pause and continue the countdown timer until you turn it off.
The following functions are also available:
- Changing the theme to light or dark
- Opening the settings window to change application settings
- Running the program: Run the file
shutdown10.py
from the terminal or double-click it in Explorer. - Setting the time: Use scrolling mouse wheel
- Select Mode: Select sleep, shutdown, reboot, or lock mode from the dropdown list.
- Start Timer: Click the "Start" button to start the timer.
- Pause/Resume: Click the Pause button to temporarily stop the timer. Press the Continue button to restart the timer.
- Change Theme: Select a light or dark theme via the switch
@Author: CodeSame