普通、pythonなどのプログラミング言語で画面に普通に表示できるのは2Dまでです。しかし、投影の手法を使うと3Dの立体も無理やり描画することができます。今回はpythonで3Dの「動く立方体」を描く仕組みの解説です。 ※ 前半は数学です 1. 3Dを2Dに投影する ...
Pythonの標準ライブラリの "tkinter" はGUIを作るうえで非常に簡易に作れますが,動的に作るとなると少し大変です.以下は "tkinter" でボタンやラベルの設置がある程度行えることを仮定に進めます. まずは動的に5つ設置してみましょう. import ctypes import 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 ...
The Contact Management System is a desktop application developed using Python and Tkinter that allows users to securely manage their personal contacts. The system supports user authentication ...