[Record:IT][Python] Method of install Component / Module for Python

TN.HK
Messages From Irresponsible Fat Boy
1 min readJun 25, 2020

Record for the modules / components to be used in my python projects that how to install to my machines! (I always try to write some code when my mood oridea come, so I have to install the components needed for that moment to a machine just on hand and which the module(s) / component(s) have not been use in that machine yet before! ) Q_Q

[PyPDF2] — PDF manipulation

# install the pypdf2
$ pip install pypdf2

[PyInstaller] pack .py file to executable file on each OS platform

# install the PyInstaller
$ pip install pyinstaller

# use pyinstaller to pack
$ pyinstaller --onefile --windowed [filename].py

[Tkinter / tkinter]

# install tkinter module
$ sudo apt-get install python3-tk

[sqlite3]

pip install pysqlite3

[textract]

pip install textract

[pandas]

pip install pandas

[auto-py-to-exe]

pip install auto-py-to-exe

[regex]

pip install regex

[]

--

--

TN.HK
Messages From Irresponsible Fat Boy

Record and share something that are found interesting when roaming at the internet or real life!