PRACTICAL UTILITIES

Minimal, functional scripts for automation and data extraction.

Ubuntu Automation Script

Streamline setup with automated package installation and system optimization.

Requires: Ubuntu 20.04+, curl

curl -sSL https://lifeatlas.site/bin/linux-setup/install.sh | bash
view sourcereadme

Instagram Photo Downloader

Archive Instagram photos with captions and sorting.

Requires: Python 3.8+, pip

python instagram_downloader.py --user [username]
view sourcereadme

IG Screenshot Extractor

Extract media and metadata from Instagram screenshots.

Requires: Python 3.8+, pip

python ig_extract.py --input ./screenshots
view sourcereadme

MD2Docx Converter

Convert Markdown to professional Word docs.

Requires: Node.js 18+

node md2docx.js input.md output.docx a5
view sourcereadme