Tag Archives: python programs

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