Closed4
【情報収集】Python GUIアプリ作成について

CustomTkinter
モダンなデザインで開発できるライブラリ
PySimpleGUIの味気ないデザインにうんざりしたあなたへ

tkcalendar
↑のCustomTkinterでも使えるカレンダーライブラリ

auto-py-to-exe
GUIから簡単にPythonスクリプトをexe化できるらしいライブラリ
何故かエラーが出て仮想環境(venv)にインストールできない
❯ pip install auto-py-to-exe
Collecting auto-py-to-exe
Using cached auto_py_to_exe-2.26.1-py2.py3-none-any.whl (101 kB)
Collecting Eel==0.14.0
Using cached Eel-0.14.0.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting pyinstaller>=4.6
Using cached pyinstaller-5.7.0-py3-none-win_amd64.whl (1.3 MB)
ERROR: Could not install packages due to an OSError: [Errno 22] Invalid argument: 'C:\\Users\\<ユーザ名>\\AppData\\Local\\Temp\\pip-unpack-t9dsrs10\\pyinstaller-5.7.0-py3-none-win_amd64.whl'

Flet
今まで触った中で、デザイン性もコードの書きやすさも一番好き
このスクラップは2023/02/23にクローズされました