A small collection of Python scripts, shell helpers, Cronus Zen files, and Tampermonkey userscripts I use for media work, quick automation, and a few game-specific tasks.
Python dependencies:
pip install -r requirements.txt
Repo layout:
- Python CLIs live under
python/ - Shell scripts live under
shell/ - Audio shell helpers live under
shell/audio/
yt-transcribe.py- Download YouTube captions and export them as text or DOCX. Docspyconvert.py- Convert decimal and hex values between common numeric formats. DocsMediaFire.py- Combine two MediaFire quickkeys into one shareable link. Docsnord_ovpn_picker.py- Browse and download NordVPN OpenVPN configs. Docsvpnroute.py- Turn domains or URLs into VPN route output. Docs
mkv_extract_tracks.sh- Extract every attachment from each MKV in the current folder. Docsmkv_mux.zsh- Interactive MKV remux and volume-boost helper. Docsmkv_utils.zsh- Interactive MKV metadata, extraction, and track-edit helper. Docssatisfactory_balancer.zsh- Satisfactory splitter, balancer, and compressor planner. Docssatisfactory-modeler.zsh- macOS-only launcher and updater wrapper for Satisfactory Modeler. Docsbrew-custom-compare.zsh- Compare custom tap formulas against upstream Homebrew versions. Docsfetch-ios-pkgs.zsh- Download and install current Apple mobile-device support packages. Docs
shell/audio/strip_audio_tags.zsh- Strip metadata from.m4afiles in the current folder. Docsshell/audio/fix_tags.zsh- Rebuild.m4ametadata by exporting, stripping, and reapplying tags. Docs
BO3 AO-Mod (Version 2.4b) [ZEN].gpc- Cronus Zen Black Ops 3 mod script with in-game toggles and feedback. Docs
Steam-Reveal-Spoilers.user.js- Reveal Steam community spoilers automatically. DocsStackExchange-Reveal-Spoilers.user.js- Reveal Stack Exchange spoilers automatically. DocsYoutube-shorts-switcher.user.js- Open YouTube Shorts in the full player with a button or hotkey. Docs
Some scripts expect Homebrew-installed tooling such as mkvtoolnix, ffmpeg, jq, fzf, or Microsoft Word for DOCX workflows. Check the linked doc page for each script before running it.