This is a python based UI application that can rename a part of a set of files inside a directory based on the provided regular expression. This gives a lot more flexibility compared to other renaming files since it used grouping principle. This had two level of applying the rename, first stage shows who it will be when you rename it, if you are fine with the change you can make it permanent by clicking commit. This avoid the risk of file getting corrupted.
To rename all .py file to .pyc is as follows:
Search for Regex: (.py)$
Rename using this regex: .pyw
License
GNU General Public License version 3.0 (GPLv3)Follow Advanced Mass File renamer
You Might Also Like
Fully managed relational database service for MySQL, PostgreSQL, and SQL Server
Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Advanced Mass File renamer!