Skip to content

Commit 291aaa0

Browse files
authored
Merge pull request #10 from CalebUsadi/master
Create PyPi package
2 parents c71b512 + e440436 commit 291aaa0

File tree

27 files changed

+142
-199
lines changed

27 files changed

+142
-199
lines changed

Source Code/C Source code/Instructions.txt renamed to C Source Code/README.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1+
# Preliminaries
2+
It is recommended to compile the run.c file using mingw C Compiler in windows.
13

2-
Instructions:-
4+
Mingw C compiler is available with Dev C++ and Code Blocks IDE try them out!
5+
6+
# Installation
7+
8+
1: Install Codeblocks IDE from https://www.codeblocks.org/downloads/binaries/ , choose installer which ends with mingw-setup.exe
9+
10+
2: Open run.c and build in code blocks.
11+
12+
<img src="../img/compile.png">
13+
14+
3: Download [ exiftool ](https://exiftool.org/) and [ ffmpeg ](https://www.ffmpeg.org/) , Create Images and Videos folder and organize all stuff as shown in image below: -
15+
16+
<img src="../img/organize.png">
17+
18+
# Usage
319

420
To clean a single image:- [ RECOMMENDED ]
521

6-
1)Put all images in Images Folder.
7-
2)Click run.exe
8-
3)In Menu . Type 1 to select image sanitization.
9-
4)Program will ask 'Enter Image name:',Enter a single image file name which is inside the Images Folder.
22+
1. Put all images in Images Folder.
23+
2. Click run.exe
24+
3. In Menu . Type 1 to select image sanitization.
25+
4. Program will ask 'Enter Image name:',Enter a single image file name which is inside the Images Folder.
1026

1127
Example:-
1228

@@ -19,10 +35,10 @@ THOUGH THIS NEVER COMPLETELY REMOVES ALL METADATA COMPLETELY .
1935

2036
To clean images in bulk:- [ NOT RECOMMENDED ]
2137

22-
1)Put all images in Images Folder.
23-
2)Click run.exe
24-
3)In Menu . Type 1 to select image sanitization.
25-
4)Program will ask 'Enter Image name:',Enter * imagename extension which will clean all images with that extension
38+
1. Put all images in Images Folder.
39+
2. Click run.exe
40+
3. In Menu . Type 1 to select image sanitization.
41+
4. Program will ask 'Enter Image name:',Enter * imagename extension which will clean all images with that extension
2642
present in the Images Folder.
2743

2844
Example:-
@@ -37,10 +53,10 @@ WHICH HAS METADATA OF IMAGES BEFORE CLEANING AND AFTER CLEANING RESPECTIVELY.
3753

3854
To Clean Videos:-
3955

40-
1)First put the videos in Videos Folder.
41-
2)Click run.exe
42-
3)In Menu , Type 2 to select video sanitization.
43-
4)Program will ask 'Enter Video name:',Enter a single video file name which is inside the Videos Folder.
56+
1. First put the videos in Videos Folder.
57+
2. Click run.exe
58+
3. In Menu , Type 2 to select video sanitization.
59+
4. Program will ask 'Enter Video name:',Enter a single video file name which is inside the Videos Folder.
4460

4561
Example:-
4662

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ A simple Metadata Removal Tool for removing metadata from images and videos. Dev
33

44
# Whats the Use?
55

6-
<img src="https://github.com/Anish-M-code/Metadata-Remover/raw/master/screenshots/Scan.JPG" width="677" height="345">
6+
<img src="img/Scan.JPG">
77

88
Take back your Privacy Online by removing Identifiable Metadata before you post and reduce size of your images.
99

10-
<img src="https://github.com/Anish-M-code/Metadata-Remover/raw/master/screenshots/Results.JPG">
10+
<img src="img/Results.JPG">
1111

1212
Removes Metadata which might expose your location or show which device you used to take photos and videos.
1313

@@ -19,20 +19,22 @@ Reduced image size will be a boon for web devs while embedding images in website
1919

2020
# Support for Other Documents ( PDF/ Docx etc )
2121

22-
This Tool doesnot support other Formats.
22+
This Tool does not support other Formats.
2323

2424
Use Document Inspector in Microsoft Office for Documents like docx , pptx etc .
2525

2626
For PDFs here is a small technique : https://outflaw.blogspot.com/2019/11/hiding-metadata-from-pdf-documents.html
2727

28-
# Quick Installation
28+
# Installation
2929

3030
Click here for instructions and link to downloads : [Download Metadata-Remover](https://github.com/Anish-M-code/Metadata-Remover/releases/tag/v1.6)
3131

32-
Please read about security related information from here: [ Project Security](/SECURITY.md)
32+
Click here for C instructions: [C README](C%20Source%20Code/README.md)
3333

3434
# Disclaimer:
3535

36+
Please read about security related information from here: [Project Security](/SECURITY.md)
37+
3638
USE AT YOUR OWN RISK DEVELOPER NOT RESPONSIBLE FOR DAMAGES ARISING FROM USE OF THIS SOFTWARE.
3739
IT IS NOT GURANTEED THAT THIS TOOL WILL REMOVE ALL METADATA COMPLETELY.
3840
DO NOT USE IN HIGH RISK SITUATIONS.

Source Code/C Source code/Install.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

Source Code/C Source code/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Source Code/Python Source Code/MRT/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

Source Code/Python Source Code/MRT/__main__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

Source Code/Python Source Code/MRT/v9.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

Source Code/Python Source Code/Readme.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)