Arsenic-ATG / Awesome-Automations

A repository Full of 😎interesting Automations
MIT License
55 stars 20 forks source link

Add RenPy for Automating File Renaming #96

Closed MFM-347 closed 15 hours ago

MFM-347 commented 18 hours ago

Idea 💡: -

I would like to propose adding a new Python script named RenPy to automate the renaming of files in a specified directory. This script uses the pyfiglet library to generate a banner and argparse for command-line arguments. It supports renaming files based on alphabetical order, newest-to-oldest, or oldest-to-newest, and includes a simulation mode for previewing changes without making any actual modifications.

Benefits:

  1. Automates the renaming of files, saving time and effort.
  2. Provides flexibility with different ordering options.
  3. Includes a simulation mode to preview changes without making any actual modifications.
github-actions[bot] commented 18 hours ago

It's great having you contribute to this project

Welcome to our project :nerd_face:

Our developers will respond you as soon as possible 🤓 . Any questions let us know.

Arsenic-ATG commented 15 hours ago

Marking this as done with successful merge of #97

Thank you again for the contribution