betterRenamer is a simple Python tool that lets you batch-rename files in a folder. You can completely rename files, insert text at specific positions, or replace characters, with optional sorting and undo support. There’s also a ready-to-use Wind…
betterRenamer is a simple Python tool that lets you batch-rename files in a folder. You can completely rename files, insert text at specific positions, or replace characters, with optional sorting and undo support. There’s also a ready-to-use Windows .exe version built with auto-py-to-exe. You can watch the features also on YouTube just copy and paste this link: https://youtu.be/rI9vcLPLBCE
AI Assistance: Parts of this project were created with the help of AI. For example, AI helped me draft the README, understand errors in my code, and suggest improvements. The core logic and functionality of the renaming script were written by me.