A Python automation script that automatically renames files inside a folder using Python's built-in OS module.
- Automates repetitive file renaming tasks
- Processes multiple files automatically
- Uses Python OS module for file handling
- Beginner-friendly automation project
- Python
- OS Module
- Reads all files from a target folder
- Skips Python files
- Automatically renames files sequentially
- Displays successful completion message
All files renamed successfully!
