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.
- Host: GitHub
- URL: https://github.com/saibarathr/auto-power-mode-switcher
- Owner: SaiBarathR
- Created: 2024-06-27T06:50:58.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T11:15:35.000Z (8 months ago)
- Last Synced: 2025-01-08T06:21:40.090Z (4 months ago)
- Topics: python, subprocess, tikiner-gui
- Language: Python
- Homepage:
- Size: 10 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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