# TLPUI **Repository Path**: findroot/TLPUI ## Basic Information - **Project Name**: TLPUI - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-19 - **Last Updated**: 2024-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TLPUI - 28.04.2020 The Python scripts in this project generate a GTK-UI to change TLP configuration files easily. It has the aim to protect users from setting bad configuration and to deliver a basic overview of all the valid configuration values. Preparations: * TLP installed * Gtk3 libs installed * Python3 installed Start UI: * Download and extract ZIP or pull repository * Open terminal and go to specific folder * Type: `python3 -m tlpui` Current status: * Software still in Beta status * Supports TLP versions 0.8-1.3 What works: * Configuration can be read and displayed * Shows information about configuration changes (defaults/unsaved and dropin/user config) * Changes can be saved with user and sudo permissions (e.g. /etc/default/tlp or /etc/tlp.conf) * tlp-stat can be load in ui (simple and complete) To be done: * Translation optimizations * Improve/enhance test environment * Codestyle and docstyle refactorings * Implement Debian package build pipeline * Provide distribution independent package (Flatpak) ![Screenshot 17.02.2020](https://raw.githubusercontent.com/d4nj1/TLPUI/master/screenshot.png)