こちゃてすです。今回はPythonの勉強で使用した、GUIの作成ソフトについて書きたいと思います。 そもそもGUIって何? グラフィカルユーザーインターフェースのことです。 一番身近でいうと、スマートフォンのホーム画面などでしょうか。 アイコンなどを ...
A secure and user-friendly Python application that helps you manage your passwords locally. This tool allows you to generate strong, random passwords and store your login credentials securely in a ...
普通、pythonなどのプログラミング言語で画面に普通に表示できるのは2Dまでです。しかし、投影の手法を使うと3Dの立体も無理やり描画することができます。今回はpythonで3Dの「動く立方体」を描く仕組みの解説です。 ※ 前半は数学です 1. 3Dを2Dに投影する ...
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。プログラム(ソースコード ...
This is a simple and colorful Tic Tac Toe game built using Python and Tkinter. It supports two players (X and O), shows the winner correctly, and automatically resets after each game. Click on any ...