PyFiFinder

this is a tool to search for archives by passing their specifc formats


License
MIT
Install
pip install PyFiFinder==0.0.22

Documentation

PyFiFinder

PyFinder is a basic tool to search for archives passing their formats

How to use?

create PyFiFinder object by passing path to directorie and passing one list that containg all formats to search

from PyFiFinder import PyFinder

# Create new pyfinder object
finder = PyFinder('path/to/search', ['mp3', 'mp4', 'mkv'])

# Start the search
finder.start()

# Save results

finder.save()

Author: M4rk
License: MIT