Ask HN: What is the most amazing python script you ever wrote to save your time?
11–16 of 16 posts
Re: Ask HN: What is the most amazing python script you ever wrote to save your time?
#12I wrote a script that allows me to acquire videos from a very popular video providing site (YOU mighT have Used it BEfore) from channels on said site, and converts them into mp3's, tags them with metadata from eyed3 and then adds them to my music library for use when I DJ over the weekends. This script has saved me possibly more than 4 hours a week of manually hunting down music, plus if I need to get a specifically…
Re: Ask HN: What is the most amazing python script you ever wrote to save your time?
#13After getting tired of constantly searching github and phabricator, I built a small tool that would open git repositories, files, branches, and commits in the browser.
Re: Ask HN: What is the most amazing python script you ever wrote to save your time?
#14I wrote a script that allows me to acquire videos from a very popular video providing site (YOU mighT have Used it BEfore) from channels on said site, and converts them into mp3's, tags them with metadata from eyed3 and then adds them to my music library for use when I DJ over the weekends. This script has saved me possibly more than 4 hours a week of manually hunting down music, plus if I need to get a specifically…
Re: Ask HN: What is the most amazing python script you ever wrote to save your time?
#15Re: Ask HN: What is the most amazing python script you ever wrote to save your time?
#16So I stayed an hour or two longer every couple days and each time picked one task from the checklist and wrote a Python script that would do that job for me (such as making sure some .INI file were having the right settings, or some registry settings were set, or some installer was run).
Soon enough, the script was doing enough of my work so that my time could be spent working on the script instead of mindnumbingly editing the same INI file over and over again, and eventually the script did everything. I shared it with my colleagues and soon the 40-point checklist was reduced to: 1. Run the script.
It also provided me with excellent job security and a route into later software development jobs :)