Pythonスクリプトをexe化する際に便利なPyInstallerですが、生成されたexeファイルがWindows Defenderにウイルス誤検知されることがあります。この問題を解決する方法のひとつが、ブートローダーを自分で再ビルドすることです。 本記事では、MinGW-w64を使用して ...
Every time you import, all imports are supposed to have only one space between words because PyInstaller doesn't handle imports well, so I hardcoded it. [from config_definer.encryptor_config import ...
筆者は、ちょっとした便利ツールを作成する場合、Pythonを使用することが多い。Pythonはライブラリが豊富で、ツール作成に適している。 Pythonのプログラムを使用する場合、Python環境を構築する必要がある。この場合、他人に配布する時に、環境がないと使用 ...
シンプルな操作でPythonスクリプトをWindows実行ファイル(.exe)に変換するツール / A tool that converts Python scripts to Windows executable files (.exe) with simple operations. A feature-rich GUI tool for converting Python scripts ...