Press the shortcut key “Win+R”, type words “cmd”, press “Enter”, then open a terminal in Windows.
Execute the following command in a terminal to install (upgrade) Guan package to the latest version (https://pypi.org/project/guan/):
pip install --upgrade guan
See the installed version of Guan package on your computer:
pip show guan
If you do not use this package anymore, you can uninstall it:
pip uninstall guan
Usage:
import guan
Prerequisites [Most of packages have been included in Anaconda]:
Python3
[Necessary packages, which have been included in Anaconda]
numpy
math
cmath
copy
[Packages partially used, which have been included in Anaconda]
functools
sympy
matplotlib
re
os
collections
shutil
bs4
requests
logging
urllib
time
ssl
random
[Packages partially used, which need to be additionally installed when they are needed]
imageio (pip install imageio)
PyPDF2 (pip install PyPDF2)
pdfminer3k (pip install pdfminer3k)
pyttsx3 (pip install pyttsx3)
pydub (pip install pydub)
FFmpeg (http://www.ffmpeg.org/download.html)
pygame (pip install pygame)