Metadata-Version: 2.4
Name: removemd
Version: 0.1.2
Summary: Remove metadata from images, PDFs, Office documents, audio, and video to protect your privacy.
Author-email: Jules Esnault <contact@removemd.com>
License: Apache-2.0
Project-URL: Homepage, https://removemd.com
Project-URL: Repository, https://github.com/Gravyt1/removemd
Project-URL: LinkedIn, https://www.linkedin.com/in/jules-esnault-b84b32373/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docx==0.2.4
Requires-Dist: ffmpeg-python==0.2.0
Requires-Dist: mutagen==1.47.0
Requires-Dist: openpyxl==3.1.5
Requires-Dist: pillow==11.3.0
Requires-Dist: PyPDF2==3.0.1
Requires-Dist: python-docx==1.2.0
Requires-Dist: python-pptx==1.0.2
Requires-Dist: xlsxwriter==3.2.9
Dynamic: license-file

# 🧼 RemoveMD

🚀 **Protect your privacy by removing metadata from your files.**  
Supports images, PDF documents, Office files, audio, and video.

## 🔒 Why RemoveMD?

Metadata can contain sensitive information such as:
- 📍 GPS location  
- 🧑‍💼 Author name  
- 📱 Device model  
- 🕵️‍♂️ Technical details invisible to the naked eye  

RemoveMD helps you clean all that up in seconds.

---

## 🧰 Features

- ✂️ Removes sensitive metadata (location, author, device, etc.)  
- 📁 Batch processing (handle multiple files at once)  
- 🖥️ Command-line interface (CLI) and Python library  
- 🛡️ Open source and privacy-friendly  

---

## 📦 Installation

```bash
pip install removemd
```

---

## ⚡ Usage

### 🖥️ Command Line

```bash
removemd file1.jpg file2.pdf file3.mp3
```

➡️ This generates cleaned files like `cleaned_file1.jpg`, `cleaned_file2.pdf`, etc.

### 🐍 Python

```python
import removemd

# Clean multiple files
removemd.scrub_metadata(["image.jpg", "document.pdf"])

# Analyze metadata from a file
metadata = removemd.analyze_metadata("image.jpg")
print(metadata)
```

---

## 🛠️ Development

```bash
git clone https://github.com/Gravyt1/removemd.git
cd removemd
pip install -e .
```

---

## 🌐 Hosted Version

👉 Try the online version at [removemd.com](https://removemd.com)  
Unlimited processing, premium features, and an intuitive interface.
You can support me by using this website.

---

