Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 799 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 799 Bytes

python-snippets

Snippets, examples and small applications using Python Consider all snippets not listed here as legacy. One day I'll get to them. :)

Snippets

File Renaming Utility

This utility provides a Python function to rename all files in a specified directory. It particularly matches a specific pattern in filenames and modifies them accordingly.

For more details on its usage, caveats, and other important information, please refer to the specific readme file for this utility here.

Please remember to carefully review the usage guidelines and caveats before using any of these scripts. Always back up your data before running any scripts that modify it.

TODO

  1. Make this readme useful.
  2. Refactor project structure
  3. Documentation
  4. Tests