Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 904 Bytes

System_power_toolkit.md

File metadata and controls

27 lines (17 loc) · 904 Bytes

System Power Toolkit

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.

Interface Preview

system

Features

  • 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.

Installation

  1. Ensure that you have Python installed on your system. You can download it from python.org.

  2. Navigate to the project directory:

    cd path/to/your/project
  3. Run the application

    python system_power_toolkit.py