A python script that allows the user to rename a group of files in the same directory capitalising the first letter.
![Python 3.13] ![License MIT]
Batch-capitalize the first letter of every file & folder in a directory (cross-platform).
- Recurses bottom-up to avoid stale paths
- Handles case-insensitive FS via two-step “safe” renaming
- Simple Tkinter GUI for point-and-click operation