1.查看python安装的module
pythom -m pydoc module
或
>>>help(‘module‘)
2.用pip查看
pip list
Python在Windows下列出所有的安装包和模块
原文:https://www.cnblogs.com/sggggr/p/12006660.html