ニュース

tkinterの総まとめとして、全ての文字を大文字返還するアプリ、レコード参照するアプリ(2回目)、レコードを編集するアプリ(2回目)を作成しました。
This Python project implements a basic Hospital Management System with a graphical user interface built using Tkinter and MySQL for data persistence. It manages patient information and prescriptions.
「デスクトップアプリをPythonとTkinterを使って作ろう」というのが本特集のテーマです。はじめに、デスクトップアプリ、Python、そしてTkinterとは何かを確認しましょう。
Welcome to my Python Projects repository! This collection features four different projects built using Python and the Tkinter library. These projects are designed to display various functionalities ...
今回は、Pythonに標準でインストールされているGUIライブラリTkinterを利用して、画面に図形を描画してみよう。 Tkinterとは?
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。 その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。
今回はtkinterで簡単な電卓を作っていきます。最終的には機能を多めにして関数電卓のような感じにしますが、今回は基礎編として四則演算と累乗ができるようにしていきます。 *今回はtkinterで作りますが、少しプログラムをいじればPygameなどでもできると思います。 電卓のやり方と仕組み ...