🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
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.