edit README.md

This commit is contained in:
lmluk
2024-09-09 23:49:17 +02:00
parent 01f16e9060
commit 90acab9e92

View File

@@ -21,7 +21,7 @@ It simple processes the data from the BeReal export and exports the images(as we
## Usage ## Usage
To run the script, use the following command: To export your images run the script within the BeReal export folder:
```sh ```sh
python bereal_exporter.py [OPTIONS] python bereal_exporter.py [OPTIONS]
``` ```
@@ -56,6 +56,11 @@ python bereal_exporter.py [OPTIONS]
python bereal_exporter.py --path /path/to/output python bereal_exporter.py --path /path/to/output
``` ```
4. Specify the BeReal export folder:
```sh
python bereal_exporter.py --bereal-path /path/to/export
```
4. Use portable installed exiftool application: 4. Use portable installed exiftool application:
```sh ```sh
python bereal_exporter.py --exiftool-path /path/to/exiftool.exe python bereal_exporter.py --exiftool-path /path/to/exiftool.exe