From a "Developer Script" to Standalone Software My first Python File Organizer worked great, but it had one major barrier: you needed Python installed and a terminal open just to run it. So I iterated. V2.0 transforms the same logic into a full-fledged application. Not just code anymore, a tool anyone can actually use. What's new:    1) Clean GUI built with Tkinter      2) Browse and select folders visually, no path typing required    3) Bundled into a standalone .exe with PyInstaller 450 mixed files. 7 clean folders. Done in seconds. A quick note on security:  Since this is an open-source and self-signed, Windows may display a SmartScreen warning. That's standard for apps without a paid code-signing certificate, not a red flag. I've documented how to bypass it safely (or run from source) in the README. The code and the release are live on GitHub - link in the comments. #Python #SoftwareEngineering #Automation #GUI #Tkinter #OpenSource

To view or add a comment, sign in

Explore content categories