Create exif_json and start mapping dates

This commit is contained in:
Aloïs Micard 2024-11-14 21:25:39 +01:00
parent 6bea2c0043
commit d77f655acf
4 changed files with 49 additions and 18 deletions

8
exif_json/__main__.py Normal file
View file

@ -0,0 +1,8 @@
import sys
from rich import print
from exif_json import execute_exiftool
if __name__ == '__main__':
print(execute_exiftool(sys.argv[1]))