https://github.com/brenordv/python-snippets
Snippets, examples and small applications using Python
https://github.com/brenordv/python-snippets
Last synced: 7 months ago
JSON representation
Snippets, examples and small applications using Python
- Host: GitHub
- URL: https://github.com/brenordv/python-snippets
- Owner: brenordv
- License: mit
- Created: 2017-08-22T17:20:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T01:55:29.000Z (about 1 year ago)
- Last Synced: 2025-04-02T22:22:49.123Z (9 months ago)
- Language: Python
- Size: 611 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./file_renaming/readme.md).
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