vendral / szperacz

OSINT-like tool to discover, analyse and display metadata of images
GNU General Public License v3.0
1 stars 1 forks source link

SZP003: Create main printer function #4

Closed vendral closed 1 year ago

vendral commented 1 year ago

Create main printer function in run.py which takes the output of discover_files and prints it in easy to read format:

Example outputs:

  1. No images found:

    Images found: 0
  2. Images found:

    Images found: 4
    ---
    <image1_name>.jpg
    <image2_name>.jpg
    <image3_name>.jpg
    <image4_name>.jpg
vendral commented 1 year ago

To be done with: https://github.com/vendral/szperacz/pull/10