Metadata-Version: 2.1
Name: fixtractor
Version: 0.1.2
Summary: A simple tool to help you extract files from backup folders or any kind of folders with files that can not be identified.
Home-page: https://github.com/mrteey/flask-setup
Author: Nasir Mustapha
Author-email: nasir@mrteey.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: python-magic

# FIXTRACTOR
A simple tool to help you extract files from backup folders or any kind of folders with files that can not be identified for example a corrupt iTunes backup folder.

# REQUIREMENT
You need to install libmagic on your computer [check here](https://github.com/ahupp/python-magic) for how to.

# INSTALLATION
`pip install fixtractor`

# USAGE
`fixtractor -e some/directory/destination`<br />
`fixtractor --extract some/directory/destination`<br />
`fixtractor -e some/directory/destination -m 20mb`<br />
`fixtractor --extract some/directory/destination --minimum 20mb`


# FLAGS
`-e --extract` directory destination, the folder you want to extract from that is.<br />
`-m --minimum` minimum file size you want to extract, default is 0kb, all file sizes that is.




