Metadata-Version: 2.1
Name: PyFiFinder
Version: 0.0.22
Summary: this is a tool to search for archives by passing their specifc formats
Home-page: https://github.com/m4rkito/PyFiFinder
Author: M4rk(Marcelo almeida)
Author-email: marcelorap345@gmail.com
License: UNKNOWN
Description: # PyFiFinder
        
        <p>PyFinder is a basic tool to search for archives passing their formats</p>
        
        ## How to use?
        
        create PyFiFinder object by passing path to directorie and passing one list that containg all formats to search
        
        ```python
        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<br/>
        License: MIT
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
