You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,12 @@
8
8
3. CSV outputs from these two tools are saved in new folders: "original_fixty-content" and "processed_fixty-content."
9
9
4. ARCHIVAL PROFIT!
10
10
11
+
## NEW!
12
+
Two versions of exiegfried are now available: a standalone command-line script (*/script_version/*) and a GUI version built using the Gooey library (*/gui_version/*).
13
+
11
14
## Requirements
12
-
Make sure Pandas is installed. Everything else is standard.
15
+
If you're running the standalone command-line script, make sure Pandas is installed; everything else is standard.
16
+
17
+
If you're running the GUI version, install the reqs provided in the GUI directory: ```pip install -r requirements.txt ```
13
18
14
-
Also, you should have ExifTool and Siegfried installed and on your local PATH; if not, at least have them in the same directory as exiegfried.
19
+
In either case, you should have ExifTool and Siegfried installed and on your local PATH; if not, at least have them in the same directory as your exiegfried version.
0 commit comments