🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links
medium

Automate File Organization

#python #automation #code

Generate a Python script to sort files in a directory by extension.

Write a Python script that scans a specific directory and moves files into subfolders based on their file extensions (e.g., .jpg to 'Images', .txt to 'Documents'). Include comments explaining the code.