• L7HM77@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    Mind sharing, or is it too much personal info? I dabble in programming every few years, love seeing others’ projects.

    • AstroLightz@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      28 minutes ago

      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.