
Pyority
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Change CPU and I/O Priorities with Python!
- CPUs / HDDs Priority Manager
- 200 lines of Python 3 + Qt 5, single-file, 1 Dependency, easy use.
- Inspired by KDE KSysGuard and the dead KNice( http://kde-apps.org/content/show.php?content=66266 )
Try it !:
wget -O - https://raw.githubusercontent.com/juancarlospaco/pyority/master/pyority.py | python3
Install permanently on the system:
sudo apt-get install python3-pip python3-pyqt5 python3
sudo pip3 install psutil
sudo wget -O /usr/bin/pyority https://raw.githubusercontent.com/juancarlospaco/pyority/master/pyority.py
sudo chmod +x /usr/bin/pyority
pyority
Requisites:
- Python 3.x ( https://www.python.org )
- PyQt 5.x ( http://www.riverbankcomputing.co.uk/software/pyqt/download5 )
- psutil (https://pypi.python.org/pypi?:action=display&name=psutil#downloads )
6 years ago
- Initial Release
6 years ago
- Initial Release
juancarlospaco
6 years ago
Report
eticre
6 years ago
work with BFS and BFQ patch?
Report