🏠 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

Python Bulk File Renamer

#python #automation #scripting

Write a Python script to clean up filenames in a directory.

Write a Python script that iterates through all files in a specified directory and renames them by replacing all spaces with underscores and converting all letters to lowercase. Include error handling to skip directories and print a confirmation message for each renamed file.