Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d4nj1/TLPUI
A GTK user interface for TLP written in Python
https://github.com/d4nj1/TLPUI
Last synced: about 2 months ago
JSON representation
A GTK user interface for TLP written in Python
- Host: GitHub
- URL: https://github.com/d4nj1/TLPUI
- Owner: d4nj1
- License: gpl-2.0
- Created: 2015-05-02T21:20:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T19:49:36.000Z (2 months ago)
- Last Synced: 2024-10-16T02:05:44.492Z (about 2 months ago)
- Language: Python
- Size: 62.9 MB
- Stars: 1,111
- Watchers: 24
- Forks: 83
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
- stars - d4nj1/TLPUI
README
## TLP UI
The Python scripts in this project generate a GTK-UI to change [TLP](https://github.com/linrunner/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.### Install and run instructions :ledger:
* [PyPI](https://github.com/d4nj1/TLPUI/blob/master/docs/INSTALL.md#pypi)
* [Poetry](https://github.com/d4nj1/TLPUI/blob/master/docs/INSTALL.md#poetry)
* [Python 3](https://github.com/d4nj1/TLPUI/blob/master/docs/INSTALL.md#python-3)
* [Arch Linux](https://github.com/d4nj1/TLPUI/blob/master/docs/INSTALL.md#arch-linux)### Current status :sunrise_over_mountains:
* Supports TLP versions 1.3-1.6 - _older TLP versions are supported by [1.6.1](https://github.com/d4nj1/TLPUI/releases/tag/tlpui-1.6.1)_
* Requires Python 3.8 or greater
* Configuration can be read and displayed
* Shows information about configuration changes (defaults/unsaved and drop-in/user config)
* Changes can be saved with user and sudo permissions (/etc/tlp.conf)
* tlp-stat can be load in ui (simple and complete)### To be done :building_construction:
* Weblate translations - [#121](https://github.com/d4nj1/TLPUI/issues/121)
* Mobile UI - [#111](https://github.com/d4nj1/TLPUI/issues/111)
* Implement package build pipeline - [#90](https://github.com/d4nj1/TLPUI/issues/90)