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
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ExifTool GUI by Claude 3.5 Sonnet
1
+
# ExifTool GUI (with Claude 3.5 Sonnet)
2
2
3
3
Welcome to ExifTool GUI, the badass desktop wizard for digital anarchists and cybernauts who want to manipulate EXIF data like a boss. This tool lets you hack away the unnecessary digital footprint or tweak it to perfection.
4
4
@@ -9,6 +9,40 @@ Welcome to ExifTool GUI, the badass desktop wizard for digital anarchists and cy
9
9
-**Memory Wipe**: Strip all EXIF data clean off your images—go incognito.
10
10
-**Batch Rebellion**: Conquer multiple images at once; batch process like a pro.
11
11
12
+
## Prerequisites
13
+
14
+
Before you can unleash the full power of ExifTool GUI, you'll need to make sure your rig is properly equipped:
15
+
16
+
-**ExifTool**: This is the core engine behind the scenes. ExifTool must be installed on your machine for our GUI to do its magic. Without it, you’re going nowhere, fast.
17
+
18
+
### Installing ExifTool:
19
+
20
+
#### On macOS:
21
+
22
+
If you’re wielding a Mac, just pop open your terminal and fire this up:
23
+
24
+
```
25
+
brew install exiftool
26
+
```
27
+
28
+
#### On Linux:
29
+
30
+
For the Linux commandos, you can deploy ExifTool using your package manager. For most distros, that’ll look something like:
31
+
32
+
```
33
+
sudo apt install libimage-exiftool-perl
34
+
```
35
+
36
+
or
37
+
38
+
```
39
+
sudo yum install perl-Image-ExifTool
40
+
```
41
+
42
+
---
43
+
44
+
Make sure these are set up, and you're ready to dive into the digital deep end with ExifTool GUI. Let the chaos commence!
45
+
12
46
## Installation
13
47
14
48
Gear up to install ExifTool GUI using pip, the tool of choice for Python rebels:
0 commit comments