Ryzen Master & Commander is a Python-based GUI application for monitoring and controlling Ryzen-based systems, with a focus on the GPD Win Mini. It provides features such as temperature and fan speed monitoring, fan control, and TDP (Thermal Design Power) settings management. 🌡️💨🔧
The main user interface of Ryzen Master Commander
- Real-time temperature and fan speed monitoring with graphs 📈
- Manual and automatic fan speed control 🌬️
- TDP settings management with customizable profiles ⚙️
- User-friendly GUI built with ttkbootstrap 🎨
Here's a Quick Start guide that you can add to your README.md file:
To get started with Ryzen Master Commander quickly, follow these steps:
Make sure you have the following dependencies installed on your system:
- Python 3.6 or higher 🐍
- TCL and Tk libraries 🖼️
nbfc-linux
andryzenadj
command-line tools 🔧 from the following projects:
sudo pacman -S python tcl tk nbfc ryzenadj
Install tkinter: sudo apt install python3-tk
Follow the instructions for your linux distribution on the respective project package page above to install nbfc-linux and ryzenadj.
Install Ryzen Master Commander using pip:
pip install ryzen-master-commander
Launch Ryzen Master Commander by running the following command:
ryzen-master-commander
The application will prompt you for your sudo password, which is required for controlling the fan speed and applying TDP settings. 🔑
That's it! You're now ready to use Ryzen Master Commander to monitor and control your Ryzen-based system. Enjoy! 😊
To install Ryzen Master Commander from source, follow these steps:
- Clone the repository:
git clone https://github.com/sam1am/Ryzen-Master-Commander.git
- Navigate to the project directory:
cd Ryzen-Master-Commander
- Install the required Python packages:
pip install -e .
This command installs the package in editable mode, allowing you to make changes to the source code and have them immediately reflected in the installed package. 🎉
To launch Ryzen Master Commander, run the following command:
ryzen-master-commander
The application will prompt you for your sudo password, which is required for controlling the fan speed and applying TDP settings. 🔑
Real-time temperature and fan speed monitoring with graphs
Contributions to Ryzen Master Commander are welcome! If you find a bug, have a feature request, or want to contribute code, please open an issue or submit a pull request on the GitHub repository. 😊
This project is licensed under the Apache License 2.0.
Ryzen Master Commander was developed on Arch Linux for the GPD Win Mini, but it should work on other Ryzen-based devices as well. Special thanks to the developers of the nbfc-linux
and ryzenadj
tools, which make this application possible. 👏