Note: If the installation is not successful, add the beginning of sudo to the command and you have permission.

#####1. Parse Excel files

PIP install XLRD PIP install XLRD PIP install XLRDCopy the code

#####2. Package Mac applications

pip install py2app
Copy the code

#####3. Pack the Exe file

pip install pyinstaller
Copy the code

#####4.beautifulsoup4 installation ** :

pip install beautifulsoup4
Copy the code

# # # # # 5. Mysql connector – python database mysql * * : https://dev.mysql.com/downloads/connector/python/

#####6. Pytesseract Verification code recognition ** :

pip install pytesseract
Copy the code

#####7. Splinter (Splinter is an open source Web application testing tool developed using Python. It allows you to automatically browse and interact with your site

pip install splinter
Copy the code

#####8. Docopt, command line parameter parsing tool.

PIP install docopt = = 0.6.1Copy the code

#####9.Bottle Is used to generate Html files

pip install bottle
Copy the code

#####10. Webbrowser Is used to open the browser

pip install webbrowser
Copy the code

#####11.Flask’s framework for Web development

pip install Flask
Copy the code

#####12. LoginManager for Web login

pip install flask-login
Copy the code