I Automated my Messy Downloads Folder with Python (in 60 seconds)

Опубликовано: 24 Июль 2026
на канале: the lazy tech guy
79
7

Does your Downloads folder look like a disaster zone? Mine did too. In this video, I’ll show you how to write a simple Python script to automatically organize files into folders (Images, Documents, Installers) instantly.

You don't need to install any external libraries. We are using standard Python modules (os and shutil).

📂 Get the Source Code from the link in the first comment.

Timeline:
0:00 - The Messy Downloads Folder
0:07 - Requirements (Python & VS Code)
0:17 - The Script Explained
0:42 - Running the Code (Satisfying!)
1:22 - How to save and use it daily

Tools used:
VS Code (Dracula Theme)
Python 3.x

#python #automation #coding #productivity #thelazytechguy