Tag Archives: linux small programs

Runner-QT v.2 arrives

19th of May 2017: Runner-QT is upgraded to version 2. Dependencies remain the same. Interface is simplified and intuitive. There is also less code now  (about 46 lines).  Runner-QT v.2 should fit nicely to all kinds of desktops by default.

Dependencies:

sudo apt-get install python-pyqt5 python python3

Run the program: python /home/some_person/some_folder/something.py

If needed make the program executable with:  chmod +x /home/some_person/some_folder/something.py Continue reading