#BatchInstall.py
importos
libs={"numpy","matplotlib","pillow","sklearn","requests",\
"jieba","beautifulsoup4","wheel","networkx","sympy",\
"pyinstaller","django","flask","werobot","pyqt5",\
"pandas","pyopengl","pypdf2","docopt","pygame"}
try:
forlibinlibs:
os.system("pip3 install "+lib)
print("Successful")
except:
print("Failed Somehow")
领取专属 10元无门槛券
私享最新 技术干货