Category Archives: programs

Spin FM file manager reaches RC3

Quite a big release and with many changes, Spin FM file manager has reached its RC3 iteration. This is a culmination of 3 years of work and things are looking good. Since this is still an RC release there might be issues that need fixing.

Here is how it looks at the moment, with its UI simplified and integrated usb device mounter – among other features.

Linux file manager: Spin FM

The code is available at its Github page: https://github.com/postman721/Spin-Fm/tree/main

I also made a Linux binary/executable that should just work, without all the hassle of installing Python libraries: https://github.com/postman721/Spin-Fm/tree/main/binary

Finland IPTV application released

Finland IPTV v.1.0 is a lightweight PyQt5-based IPTV player for streaming free Finland IPTV channels. The application downloads an M3U playlist in Markdown format, parses the channel list, and provides a graphical interface for users to select and play channels.

tv

Full details and the program itself are available on its Github:

https://github.com/postman721/Finland_IPTV

Runner-QT version 8 released

Runner-QT is a simple Python application that presents a graphical user interface to execute commands or launch applications on a Linux system. The program is built using the PyQt5 framework and provides a minimalistic, modern interface for entering commands or application names.

Version 8 brings new outlook and error handling capabilities – if the program is not found.

runner_normal

Features

Simple and intuitive graphical user interface.
Checks for the existence of a program before trying to execute it.
Provides error messages to the user if a command fails or if the program doesn't exist.
Modern and stylish look.
Can be easily closed using the Escape key with traditional way of pressing the close button.
Automatically closes if a program is found and executed by the system.

Code and instructions are available on Github: https://github.com/postman721/Runner-QT