• AstroLightz@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    13 hours ago

    A lot of programs/scripts only I would ever use. I still make the source code public for them anyway in case someone is actually looking for a program like mine.

    • L7HM77@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 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
        ·
        6 hours 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.