Posts in Category: python

IceCli - a Start Menu for the terminal

IceCli - a Start Menu for the terminal

Posted on 16th May 2026

It was time... an application launcher for the terminal, that is like the Star Menu of all OSes... fzf is nice, dialog too... but this is something more :) It gives you the feeling that you are in a Linux cli/tui only distro. It's quick, pretty, intuitive to use, works with tmux can be edited...

CliPass - TUI Frontend for KeepassXC-cli

CliPass - TUI Frontend for KeepassXC-cli

Posted on 8th May 2026

I was looking for a nice way to handle my passwords, using the terminal, but with no luck. KeepassXC provides a cli tool, but it's almost unusable to use it with all the parameters it has. But the tool it self, is very nice, cause it provides all the means to use it with a frontend... and that's wha...

CliDrop - Terminal Audio Visualizer

CliDrop - Terminal Audio Visualizer

Posted on 18th Jan 2026

From the age of Winamp and Milkdrop, i really liked seeing visual effects, while listening to music. It seems so, that Milkdrop was something of the past and even if there are some projects that do creates visual fxs, there are not so well known. Perhaps CAVA is more well known than ProjectMSDL....

MarkLn - MarkDown editor for the Terminal

MarkLn - MarkDown editor for the Terminal

Posted on 5th Oct 2025

Recently i found the Textual library for Python, which awesome! In a few hours i was able to create this markdown editor, very easy and very aesthetic! With the given Markdown widgets of the library, making this program was a breeze and very pleasant, as the result satisfies me, in so many ways. I w...

Python script for analysis of PM2.5 pollution

Python script for analysis of PM2.5 pollution

Posted on 9th Aug 2025

In my area, there is a permanently installed meter for measuring the PM25 pollution, as other pollutants also. The state, gives free access to these measurements, but doesn't say anything on how to analyze them. So, i figured to ask ChatGPT about it :) and i think it did a good job. I only post this...