Metadata-Version: 2.4
Name: exiftoolgui
Version: 0.1.8
Summary: A GUI application for ExifTool built with Claude 3.5 Sonnet, designed to work on Linux and macOS.
Project-URL: Homepage, https://github.com/psyb0t/exiftoolgui
Project-URL: Issues, https://github.com/psyb0t/exiftoolgui/issues
Author: Claude 3.5 Sonnet
Author-email: Ciprian Mandache <psyb0t@51k.eu>
License-File: LICENSE
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Provides-Extra: dev
Requires-Dist: pytest==9.0.3; extra == 'dev'
Description-Content-Type: text/markdown

# ExifTool GUI (with Claude 3.5 Sonnet)

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.

## Features

- **EXIF Data Recon**: Dive deep into the metadata jungle with JSON pretty-printing (great for ComfyUI data). Know what Big Brother knows!
- **Tag Manipulator**: Edit EXIF tags like a street artist revises urban landscapes.
- **Memory Wipe**: Strip all EXIF data clean off your images—go incognito.
- **Batch Rebellion**: Conquer multiple images at once; batch process like a pro.

## Prerequisites

Before you can unleash the full power of ExifTool GUI, you'll need to make sure your rig is properly equipped:

- **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.

### Installing ExifTool:

#### On macOS:

If you’re wielding a Mac, just pop open your terminal and fire this up:

```
brew install exiftool
```

#### On Linux:

For the Linux commandos, you can deploy ExifTool using your package manager. For most distros, that’ll look something like:

```
sudo apt install libimage-exiftool-perl
```

or

```
sudo yum install perl-Image-ExifTool
```

---

Make sure these are set up, and you're ready to dive into the digital deep end with ExifTool GUI. Let the chaos commence!

## Installation

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

```
pip install exiftoolgui
```

or better

```
pipx install exiftoolgui
```

Note: This renegade software demands that ExifTool be installed on your system and lurking in your PATH like a ninja.

## Usage

Ignite the ExifTool GUI application and start bending digital reality by running:

```
python -m exiftoolgui
```

or better

```
exiftoolgui
```

## License

This project is unleashed under the WTFPL License – Do What The F\*\*k You Want To Public License. Your imagination is the only limit, push it to the boundaries!

## Join the Revolution

Dive into the code, fork it, twist it, break it, and remake it. This is not just software; it's a manifesto. Strap in, fire up your terminals, and let the pixels fly!

---

Remember, in the world of digital art and privacy wars, ExifTool GUI is your graffiti can, your lock pick, and your invisibility cloak. Use it wisely, or wildly—the choice is yours!
