Skip to content

Reads metadata of files in given directory and its sub-directories and stores them in csv. Only tried on Windows10 so far.

Notifications You must be signed in to change notification settings

AndreasBamesberger/DiskScraper

Repository files navigation

DiskScraper

Introduction

A Python script that reads the metadata of every file in the given directory and all subdirectories. The data is saved as a csv file (using semicolons as separators). Using the config file, the user can specify which metadata categories should be read. Extracting only a few categories greatly increases speed.

Project progress can be viewed at: https://trello.com/b/jGlZOZjt/diskcrawler

Technologies

  • Python3.8.5
  • pyinstaller (to create executable)

Launch

  1. Change the values in "config.txt" based on your preferences
  2. Launch "disk_scraper_windows.py" or "disk_scraper_windows.exe"

About

Reads metadata of files in given directory and its sub-directories and stores them in csv. Only tried on Windows10 so far.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages