Script for automatic file sorting (File Organizer)
Utility for instant organization of folders with a large number of files (for example, "Downloads").
Task: The client needed to automate the sorting of incoming documents and media files that had accumulated on the server. Manual sorting took hours.
Solution: I wrote a Python script that scans the folder, determines the file type by extension (.jpg, .pdf, .docx, .zip), and moves it to the appropriate thematic folder ("Images", "Docs", "Archives").
Technologies:
Python (modules os, shutil)
Working with the file system
Exception handling
Task: The client needed to automate the sorting of incoming documents and media files that had accumulated on the server. Manual sorting took hours.
Solution: I wrote a Python script that scans the folder, determines the file type by extension (.jpg, .pdf, .docx, .zip), and moves it to the appropriate thematic folder ("Images", "Docs", "Archives").
Technologies:
Python (modules os, shutil)
Working with the file system
Exception handling