A desktop application built with Python, Tkinter, and SQLite that implements a simple Library Management System. It provides a login screen, a main menu, and functional CRUD modules for managing Books ...
A desktop Bank Account Management System built with Python and Tkinter. It supports admin and customer workflows, stores data in SQLite, and secures credentials with Argon2id hashing. The UI is ...
PythonのTkinterでGUIアプリの画面を作っていると、「この入力欄、ちょっと長すぎるな…」「もっとコンパクトに配置したいのに…」と、部品(ウィジェット)のサイズを調整したくなることはありませんか? 特に、一行テキスト入力のEntryウィジェット ...