Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧼 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

pip install removemd

⚡ Usage

🖥️ Command Line

removemd file1.jpg file2.pdf file3.mp3

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

🐍 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

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

🌐 Hosted Version

👉 Try the online version at removemd.com
Unlimited processing, premium features, and an intuitive interface. You can support me by using this website.


About

RemoveMD is a website/local tool that allows you to remove metadata from your files.

Resources

Contributing

Stars

23 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages