こちゃてすです。今回はPythonの勉強で使用した、GUIの作成ソフトについて書きたいと思います。 そもそもGUIって何? グラフィカルユーザーインターフェースのことです。 一番身近でいうと、スマートフォンのホーム画面などでしょうか。 アイコンなどを ...
Py2Exe_Converter is a free, professional & lightweight Windows desktop application that converts Python scripts (.py files) into standalone executable files (.exe) so anyone can run your Python ...
Desktop application built using Python and Tkinter to play the game of 'Tic Tac Toe' in 3x3 board by two players ...
Pythonスクリプトを実行ファイル(.exe)化するには、PyInstaller を使うのが一般的です。以下の手順で .exe を作成できます。 実行ファイルが仮想環境で動作するようにするには、最初に仮想環境内で PyInstaller を使って .exe を作成します。PyInstaller で .exe を作る ...