From a9275f1fb64449ee8a2e87e77bdc25e899a2b054 Mon Sep 17 00:00:00 2001 From: Arpit Sarang Date: Thu, 24 Oct 2024 10:40:52 +0530 Subject: [PATCH] Update index.html The code applies a CMATRIX-like theme to a webpage, featuring a black background and neon-green text for a terminal-style look. It uses monospaced fonts and matrix-inspired animations, making elements flicker subtly. Key sections, like headers and code blocks, are emphasized with glowing green accents, borders, and shadows. The page is designed to resemble the classic matrix effect, with structured lists and code blocks for clear presentation of information and instructions. --- index.html | 382 +++++++++++++++++++++-------------------------------- 1 file changed, 153 insertions(+), 229 deletions(-) diff --git a/index.html b/index.html index 952ad61..dcb614c 100644 --- a/index.html +++ b/index.html @@ -1,248 +1,172 @@ - - - Exif Images Edition - + + + + Exif - Image Metadata Tool + -
-

- - Exif-Images Edition -

-
- -

Features

-
- +
+

Exif - Image Metadata Tool

+
-

Supported Formats

-
- +
+ Exif Logo -

Installation and Usage Instructions

-
-
    -
  1. Add .jpg to subfolder ./images from where the script is stored.
  2. -
  3. Note: Most social media sites strip exif data from uploaded photos.
  4. -
+

Features

+
    +
  • Extract EXIF data from images (JPG, JPEG, PNG)
  • +
  • Clear EXIF data from images
  • +
  • Save EXIF data to a text file
  • +
-

Prerequisites

-
-
  • Install Python3
  • -
      -
    • Debian, Ubuntu, Etc: sudo apt-get install python3
    • -
    • Fedora, Oracle, Red Hat, etc: su -c "yum install python"
    • -
    • Windows: Python for Windows
    • -
    - -
  • Install Pillow (Pillow will not work if you have PIL installed): -
    python3 -m pip install --upgrade pip
    -python3 -m pip install --upgrade Pillow
    -pip install Pillow moviepy
    -pip install eyed3
    -
  • +

    Supported Formats

    +
      +
    • Images: PNG, JPG, JPEG, GIF, BMP, TIFF
    • +
    • Videos: MP4, MKV, AVI, MOV
    • +
    • Audio: MP3 (limited support)
    • +
    -

    Installation

    -
    -

    Copy & paste the following commands:

    -
    - -
    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 +
    +
    -

    πŸ“ΈπŸŽ₯πŸ” Direct Use

    -
    -

    Discover the hidden details in your media files effortlessly! Simply run this script and:

    -
      -
    • 🌐 Enter the path to your images, videos, or audio files.
    • -
    • πŸ’Ύ Choose where to save the extracted Exif data.
    • -
    -

    Unearth the metadata magic with style!

    +

    Prerequisites

    +
    +
    +sudo apt-get install python3  # For Debian/Ubuntu
    +pip install Pillow moviepy eyed3  # Install required libraries
    +            
    +
    -

    Copy and paste this:

    -
    - - -
    git clone https://github.com/AryanVBW/Exif.git
    -cd Exif
    -python3 exif-raw.py
    -
    - -

    Use these commands to print jpg output directly on terminal or PowerShell:

    -
    - - -
    +

    Removing EXIF Data

    +

    To remove EXIF data from images, use the following command:

    +
    +
    +python3 remove-exif.py
    +            
    +
    -

    - Visitor count
    - -

    -
    +

    Direct Use

    +

    To use the Exif tool directly for metadata extraction:

    +
    +
    +python3 exif-raw.py
    +            
    +
    - -
    - Floating Logo -
    +

    Print EXIF Data

    +

    To print EXIF data directly to the terminal for JPG images:

    +
    +
    +python3 exif.py
    +            
    +
    +
    - +