注:active=1のライブラリはpython3.12.0にインストール可能。

  20231020現在、streamlitはpython3.12.0にインストールできない

 

用途

ライブラリ名

インストール

active

HTML整形

beautifulsoup4

pip install beautifulsoup4

1

WEBアプリ化

flask

pip install flask

1

日本の休日

jpholiday

pip install jpholiday

1

数値処理

numpy

pip install numpy

1

画像処理

opencv-python

pip install opencv-python

1

画像処理

opencv-contrib-python

pip install opencv-contrib-python

1

xlsx読み書き

openpyxl

pip install openpyxl

1

データフレーム

pandas

pip install pandas

1

画像処理

pillow

pip install pillow

1

excel読み書き

pyexcel

pip install pyexcel

1

xls読み書き

pyexcel-xls

pip install pyexcel-xls

1

xlsx読み書き

pyexcel-xlsx

pip install pyexcel-xlsx

1

アプリケーション化

pyinstaller

pip install pyinstaller

1

PDF読み

pymupdf

pip install pymupdf

1

OCR

pyocr

pip install pyocr

1

VLC

python-vlc

pip install python-vlc

1

Windows操作

pywin32

pip install pywin32

1

QRコード生成

qrcode

pip install qrcode

1

HTML読み出し

requests

pip install requests

1

pythonコード定期実行

schedule

pip install schedule

1

WEBブラウザ操作

selenium

pip install selenium

1

WEBアプリ化

streamlit

pip install streamlit

0

Streamlit用。画面リフレッシュ

streamlit_autorefresh

pip install streamlit_autorefresh

0

xls読み込み

xlrd

pip install xlrd

1

EXCEL操作

xlwings

pip install xlwings

1

インタラクティブデバッガー

notebook

pip install notebook

1