Renify is a simple and secure batch renaming tool for files and folders, written in Rust.
You can install renify with `pip` or `cargo`
```
cargo install renify
pip insatll renify
```
For those new to Renify, consider using the `--it` flag for interactive mode. using `--input` or `-i` to specify the files or folders you'd like to transform!
```bash
renify -i 4test/ -it
```