System Power Toolkit is a simple Python application built using Tkinter that allows users to perform system power operations such as Restart, Restart with Delay, Log Out, and Shutdown directly from a graphical interface.
- Restart: Instantly restarts the system.
- Restart with Delay: Restarts the system after a 20-second delay.
- Log Out: Logs out the current user.
- Shutdown: Instantly shuts down the system.
-
Ensure that you have Python installed on your system. You can download it from python.org.
-
Navigate to the project directory:
cd path/to/your/project
-
Run the application
python system_power_toolkit.py