Skip to content

Commit cd9ba17

Browse files
committed
2 parents 934a6d5 + dc4e7c4 commit cd9ba17

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ This File Renamer is a tool designed to rename a collection of vacation photos f
44
```bash
55
<year>_<month>_<day>_<hour>_<id>
66
```
7-
Example:
7+
Examples:
88
```bash
9-
20230228_092122(0).png --> 2023_02_28_09_001.png
10-
Snapchat-286861347.jpg --> 2023_03_02_17_002.jpg
11-
Screenshot_20240620_124449_Chrome.jpg --> 2024_06_20_12_003.jpg
12-
0 Travel Day (3aaa).heic --> 2024_06_20_17_004.heic
13-
0 Travel Day (4).mp4 --> 2024_06_20_17_005.mp4
9+
20230228_092122(0).png --> 2023_02_28_09_001.png
10+
Snapchat-286861347.jpg --> 2023_03_02_17_002.jpg
11+
Screenshot_20240620_124449_Chrome.jpg --> 2024_06_20_12_003.jpg
12+
0 Travel Day (3aaa).heic --> 2024_06_20_17_004.heic
13+
0 Travel Day (4).mp4 --> 2024_06_20_17_005.mp4
1414
```
1515

1616
This tool was created for a very specific use case, so it is intentionally static and simple. Visit [dcwelch.github.io/fr](https://dcwelch.github.io/fr) for more high-level information.
1717

18+
![example_file_renamer_gui](https://github.com/user-attachments/assets/fcdd43af-fcf1-448f-b83b-66fc174a3122)
19+
1820
## Features
1921
- Renames files using date taken-equivelant metadata (e.g., `DateTimeOriginal` for images)
2022
- Handles missing metadata gracefully with fallback timestamps (typically using last modified date)
@@ -28,6 +30,7 @@ This tool was created for a very specific use case, so it is intentionally stati
2830
1. A live GUI log window
2931
2. A log file in the selected directory and a dedicated `logs` directory
3032
- Intuitive GUI built with `Tkinter`
33+
- Built for Windows
3134

3235
## Alternatives
3336

@@ -134,4 +137,4 @@ This project is licensed under the [MIT License](LICENSE)
134137
- The Python community: For providing the libraries and tools that power this application
135138

136139
## Contact
137-
For questions, feedback, or support, feel free to contact me at [[email protected]](mailto:[email protected]).
140+
For questions, feedback, or support, feel free to contact me at [[email protected]](mailto:[email protected])

0 commit comments

Comments
 (0)