Post #1831449
2026-04-30 20:36 UTC
Mind sharing, or is it too much personal info? I dabble in programming every few years, love seeing others’ projects.
Replies (1)
-
@AstroLightz@lemmy.world 2026-04-30 22:21
Sure, a few projects I’ve been working on: framed_text: A Python package that adds some utilities I frequently use in my projects, such as Status message, Data with labels, and messages surrounded by a frame. (Inspired by prompt_toolkit’s choice frames) play-music: A CLI music wrapper for VLC & MPV. Mainly just a way to play files and directories/playlists without having to type their paths by using saved IDs. I have a few other public repos on my Codeberg page, and a few private ones that are more tailored to my specific system. I have a lot of scripts that are not in any repos that are just one-off things like extracting data from a CSV file.