Skip to content

WeDi (Web Dissector) is a tool that makes it possible to download all contents of a page easily (images, documents, videos...etc)

Notifications You must be signed in to change notification settings

ahmed91abbas/wedi

Repository files navigation

WeDi

WeDi (Web Dissector) is a GUI tool written in Python that makes it possible to download all contents of a page easily (images, documents, videos...etc) by just entering the web page URL address. It has also support for converting videos into audios. If you are only interested in the application and not the source code you can head over to the WeDi download page.

WeDi main screen

Run the tool

  1. Create a new virtual environment running the following commands from the root of your project directory (Optional):

     virtualenv env
    
  2. Activate your new virtual environment (Optional):

     source env/bin/activate
    
  3. Install all the Python packages needed for this application:

     pip install -r requirements.txt
    
  4. Run the tool:

     python wedi.py
    

About

WeDi (Web Dissector) is a tool that makes it possible to download all contents of a page easily (images, documents, videos...etc)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages