An open API service indexing awesome lists of open source software.

https://github.com/saibarathr/auto-power-mode-switcher

Windows application to switch between game and high performance power profiles.
https://github.com/saibarathr/auto-power-mode-switcher

python subprocess tikiner-gui

Last synced: 2 months ago
JSON representation

Windows application to switch between game and high performance power profiles.

Awesome Lists containing this project

README

        

# Power Plan Switcher

## Description
Power Plan Switcher is a Python script that allows users to switch between different power plans on a Windows machine. It uses the `powercfg` command to list, get, and set power plans, and provides a simple GUI to display messages.

## Prerequisites
- Python 3.x
- `tkinter` library (usually included with Python)
- Windows OS

## Installation
1. Clone the repository or download the script.
2. Ensure you have Python 3.x installed on your machine.

## Usage

Run the app as an executable from dist folder or run the python script using the following steps:

1. Open a terminal or command prompt.
2. Navigate to the directory containing the script.
3. Run the script using the command:
```sh
python powerModeSwitcher.py