🛠️ Building Standalone EXE The GitHub Actions workflow automatically builds a Windows EXE on every push to main. Manual build: bashpip install pyinstaller pyinstaller --onefile --console --name ...
でも、実行するにはpythonが入っているPCでしか使えないよね…? nuitkaでexe化すれば、pythonの入ってないPCでも実行できるよ!! exeファイルを作成してくれます (今回は、test_nuitka.pyといるファイルをexe化しています) nuitka --standalone --onefile test_nuitka.py ちなみ ...