pip install -r install.txt
python v3.9+
.specファイルを利用して詳細設定込みでexe化 ※別途pyinstallerのインストール、ビルドツールの設定が必要
pyinstaller App.spec
pyinstallerのビルドに問題があった場合はこっちで試す ※別途nuitkaのインストールが必要
nuitka --standalone --windows-disable-console --enable-plugin=tk-inter --include-package-data=cssutils --include-package-data=selenium Application.py