Gilbert Zenner’s Post

🐍⚡ Stop manually writing requirements.txt — let Python do it for you. I just cleaned up and released AutoRequirements — a tiny, no-dependency Python tool that scans your codebase, finds all imports (including tricky from x import * and aliases), and automatically generates a clean requirements.txt. 💡 Why this matters: No more pip freeze dumping unnecessary packages No more forgetting which dependencies your scripts actually use Works across multiple files, handles aliases, and de-duplicates everything 📦 How it works: python autoreq.py file1.py file2.py # -> generates requirements.txt Your dependencies, clean and ready. 🎯 Perfect for solo devs, hackathon projects, or anyone who loves automation done right. Check it out here 👇 🔗 https://lnkd.in/ev8CfmEK ⭐ Stars = motivation 🍴 Forks = evolution 💬 Feedback = pure gold #Python #OpenSource #DevTools #Automation #Coding #SoloProject #Productivity #100DaysOfCode

To view or add a comment, sign in

Explore content categories