diff --git a/index.html b/index.html index 952ad61..9bea189 100644 --- a/index.html +++ b/index.html @@ -1,248 +1,137 @@
- - -- - Exif-Images Edition -
-sudo apt-get install python3
su -c "yum install python"
python3 -m pip install --upgrade pip
-python3 -m pip install --upgrade Pillow
-pip install Pillow moviepy
-pip install eyed3
- git clone https://github.com/AryanVBW/Exif.git
+ Installation Instructions
+ Follow these steps to install and run the Exif tool:
+
+
+
+git clone https://github.com/AryanVBW/Exif.git
cd Exif
-python3 exif-main.py
-
-
- To remove exif data from images, use the following command:
-
-
- python3 remove-exif.py
-
+python3 exif-main.py
+
+ Discover the hidden details in your media files effortlessly! Simply run this script and:
-Unearth the metadata magic with style!
++sudo apt-get install python3 # For Debian/Ubuntu +pip install Pillow moviepy eyed3 # Install required libraries ++
git clone https://github.com/AryanVBW/Exif.git
-cd Exif
-python3 exif-raw.py
- git clone https://github.com/AryanVBW/Exif.git
-cd Exif
-python3 exif.py
- To remove EXIF data from images, use the following command:
++python3 remove-exif.py ++
- Visitor count
-
-
To use the Exif tool directly for metadata extraction:
++python3 exif-raw.py ++
To print EXIF data directly to the terminal for JPG images:
++python3 exif.py ++