Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 565 Bytes

Media Renamer

Easily rename photos and videos according to the creation date

Installation

You need to have poetry installed.

poetry install

Launch

You can launch the GUI with:

poetry run media_renamer

Example

DSCF2053.RAF2021-12-12_17-28-55.raf

Development

Build with PyInstaller

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.