Open decalage2 opened 5 years ago
python-magic requires libmagic, so it's not easy to install on Windows with pip. vmonkey can use a simple test instead, e.g. zipfile.is_zipfile and olefile.isOleFile.
python-magic requires libmagic, so it's not easy to install on Windows with pip. vmonkey can use a simple test instead, e.g. zipfile.is_zipfile and olefile.isOleFile.