Tag Archives: techtimejourney programs

RunIT-QT 0.5 & Vol2x-QT5 released

Two new and interesting releases today. RunIT-QT upgrades to 0.5. and Vol2x upgrades to QT5.

RunIT-QT has gone through code cleanup and now it uses only the modules it needs. Both, have a new outlook and they come with icons also. I used Adwaita icons and I compiled them directly to python files. The previous makes installation and upgrading easier – since importing from other files is non-existent. Also, there is plenty of new code: Vol2x-QT5 and RunIT-QT 0.5 each have well over 1000 lines.

runit browser, techtimejourney browser, techtimejourney programs

RunIT-QT 0.5 brings outlook and usability upgrades.

pulseaduio sound, linux sound programs, linux volume management

Vol2X upgrades to QT. Usability is improved.

Continue reading

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

RunIT-QT added to Python programs

Upgrade:RunIT-QT 0.5 has arrived.

RunIT-QT (PostX 0.4.1 default browser) is added to Python programs.

RunIT-Qt browser.

#RunIT-QT Browser Copyright (c) 2015 JJ Posti <techtimejourney.net>
#RunIT-QT  comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991
#This is the 0.4 version made with Python and QT5 “) Continue reading