Create exif_json and start mapping dates
This commit is contained in:
parent
6bea2c0043
commit
d77f655acf
4 changed files with 49 additions and 18 deletions
8
exif_json/__main__.py
Normal file
8
exif_json/__main__.py
Normal 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]))
|
Loading…
Add table
Add a link
Reference in a new issue