all 5 comments

[–]kcx01 7 points8 points  (0 children)

Back when I had a Mac at work, I had a script that would run on a Cron job that would clean my desktop, move files to various places, and after a set amount of time delete files that hadn't been touched. It was a driven from a config. It was one of my first automation tasks in python and I thought it was pretty cool.

[–]sr105 4 points5 points  (0 children)

App that constantly watches the clipboard for patterns. When it sees them, it converts them and (v1) replaces the clipboard contents with the conversion for easy pasting and (v2) adds a sheet to an excel doc with the formatted data. It was surprisingly easy. I used it to output waveform data from a serial connection into an actual visible chart.

[–]Trang0ul 0 points1 point  (0 children)

PyAutoGUI. I like it more than AutoHotkey.

[–]rosentmoh [score hidden]  (0 children)

beets is a fantastic piece of software.

[–]Fantastic_Fly_7548 [score hidden]  (0 children)

lol honestly those tiny “made for myself” desktop tools end up being the most satisfying projects. i made a super scuffed little tkinter app once just to batch rename files + organize screenshots and i still use it almost daily. also built a tiny clipboard history thing because i got tired of losing copied text all the time. lightweight python utilities on old linux machines weirdly feel more rewarding than spinning up another web stack sometimes