Tag Archives: python programs

RunIT-QT v. 0.6.3 arrives

#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.6.3 version(March 2018)

0.6.3: Argument support is now fixed(See Github for the launcher script). Startpage is added as a default search engine, Privatelee is removed.

0.6.1:This release contains very notable coding changes. The browser is now separated into different modules and code is partially rewritten and commenting is improved. Layout issues have been resolved together with many memory management issues, which were present in the previous releases. The result should be a more robust and a lot more functional browser. The outlook has also received an upgrade via CSS. Many new features have also been added. And here are some screenshots.

0.6.1 version fixes rendering issues and increases stability. Resources like Youtube should now work fine. Continue reading

Volume widget is released

Volume widget is a program, which shows system volume levels. It needs pulseaudio, alsa-utils, python3 and python-pyqt5 as dependencies. Note that dependencies might be different depending on your distribution.

#Volume widget Copyright (c) 2017 JJ Posti <techtimejourney.net>
#Volume widget 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″

Here are some screenshots

linux widget, linux volume, linux volume widget

When volume goes too high, there will be a warning.

Continue reading

Calendar application (QT4) and a current time (Gtk) are here

Here are two applications I have recently made. The first one, PostX-Calendar is a QT application, which will certainly be featured in the future PostX Gnu/Linux 0.4 release coming in late 2016. The second one, is a basic time shower: “Current Time”, which does what is says and displays the current time.

time python, pygtk show time, pygtk clock, python clock, python show date

Current-Time

python calendar, linux calendar, calendar for linux, pyqt calendar

PostX-Calendar

Download Current-Time and PostX-Calendar combined zip archive file: Calendar_Time.zip

Continue reading

Open with dialog: A python program

 

In this entry I will show you how to open a file via Geany text-editor (or any other program) by using Python dialog function. I intend to keep things short and simple and explain majority of things with pictures.

Python dialog function, Python open with, Python open file with program

Python dialog function in action: Opening a file.

Continue reading