Easily rename photos and videos according to the creation date
You need to have poetry installed.
poetry install
You can launch the GUI with:
poetry run media_renamer
DSCF2053.RAF
→ 2021-12-12_17-28-55.raf
Ensure, that you have the poetry plugin for PyInstaller: poetry self add poetry-pyinstaller-plugin
.
Then, you can package the application with all of its dependencies into a single folder with poetry build
.