Blue Pulse: A Volume Controller with Bluetooth Pairing Integration

Here comes a new program: Blue Pulse. It is a Python application that provides a graphical interface to control system volume, manage input/output audio devices, and pair/unpair Bluetooth devices on Linux systems. This application requires PipeWire.

Here is a screenshot

Bluetooth pairing linux: Blue Pulse

And here is the link to the project’s Github page: https://github.com/postman721/Blue_Pulse

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

Clonix – A Pygame-based Tetris Clone

Clonix is a Tetris-like game built using the Pygame library. The game offers standard Tetris gameplay with customized visual assets, where you can rotate and move pieces (tetrominoes) to fill rows and score points. It features dynamic piece-dropping speed, a fading text effect for game-over messages, and support for custom block images.

Code and more info are found from the project’s Github:

https://github.com/postman721/Clonix