requests
网络请求模块,类似urltil
http://docs.python-requests.org/zh_CN/latest/user/install.html#install
time
时间模块
https://docs.python.org/3.7/library/time.html?highlight=time#module-time
datetime
处理时间的模块,比time灵活一点,可以用来处理时间差,时间之间的转换操作在之前有讲
https://docs.python.org/3.7/library/datetime.html
re
正则表达式 RegEx
https://docs.python.org/3.7/library/re.html?highlight=regex
os
环境,路径操作判断
https://docs.python.org/3.7/library/os.html?highlight=os#module-os
json
JSon解析和将对象转译功能
https://docs.python.org/3.7/library/json.html?highlight=json#module-json
sys
系统相关操作,包括默认编码,获取输入参数,和一些系统指令
https://docs.python.org/3.7/library/sys.html?highlight=sys#module-sys
wxPython
可视化解决方案
https://www.wxpython.org/pages/downloads/
之后陆续补充