Skip to content

Commit 7a75348

Browse files
committed
update readme
1 parent efbc9ed commit 7a75348

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExifTool GUI by Claude 3.5 Sonnet
1+
# ExifTool GUI (with Claude 3.5 Sonnet)
22

33
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.
44

@@ -9,6 +9,40 @@ Welcome to ExifTool GUI, the badass desktop wizard for digital anarchists and cy
99
- **Memory Wipe**: Strip all EXIF data clean off your images—go incognito.
1010
- **Batch Rebellion**: Conquer multiple images at once; batch process like a pro.
1111

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+
1246
## Installation
1347

1448
Gear up to install ExifTool GUI using pip, the tool of choice for Python rebels:

0 commit comments

Comments
 (0)