Tag Archives: python linux programs

Sequence FM 6.5 released

Sequence FM is now upgraded to version 6.5. The file manager has a new outlook. The interface is also enhanced by adding few useful buttons into it. Lastly, the object location is now also appearing on the statusbar when the object is clicked.

Here is a screenshot.

The code is available on my Github: https://github.com/postman721/Sequence-FM

Sequence FM v.4.1 & Gtk-Tools v.1

14th of July 2017: Sequence FM v.4.1 and Gtk-Tools v.1:  Download as a zip package.

This is a bug fix release for Sequence FM. Now the file manager can open files with external programs like it should. An added feature to this release is the terminal command support. If you write: firefox, albix, vlc (or some other program name) to the address bar and press enter then the program will open up. You can also use other terminal commands like rm -r to remove files or folders. Be cautious with terminal commands and use them only if you know what you are doing.

Older post from 2nd of June.

Here is Sequence FM v.4. Code is now a lot cleaner and minimized to (about) 189 lines. In this release I placed resources under their own respected menus and also made right-click menu layout clearer.

Also, a notable change happened to copy, paste, move and delete functionalities. The previous now have their own program: Gtk-Tools, which is dedicated to handle those actions. Gtk-Tools is made out of the old Crosslinker FM code and thus it might seem familiar.

Download Sequence FM v.4 and Gtk-Tools v.1 (as a zip) 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