py file type
1.0.0
Python-Magic的包装器,其中包括Python-Magic-bin文件。
在尝试安装Python-Magic和Python-Magic-bin时,这是二人组件发生的档案冲突问题。
pip install py-file-type就像Python-Magic一样
import py_file_type as magic
file_type = magic . from_file ( 'video.mp4' , mime = True )
print ( file_type ) # -> video/mp4 riadh azzoun- @ @riad -azz
该项目已根据[MIT]许可证获得许可 - 有关详细信息,请参见许可证。