AIでコードを書く時代、始まってます。 でも「ChatGPT Codex CLIは有料だし…」と二の足を踏んでいませんか? 大丈夫。GoogleのGemini CLIなら、無料でPythonのコードもGUIアプリも作れちゃいます! このシリーズでは、お金をかけずにAIプログラミングを学ぶ方法を ...
今回からはTkinterというPythonのGUIライブラリを使って、GUIアプリケーションの使い方について学んでみたいと思います。 GUIは初心者向けとは言いづらいところがありますが、 自分が作りたいものを想像しやすい オブジェクト指向に慣れ親しむのに向いている ...
さて、今回はもう一度tkinterの基本学習に戻って、別の機能について利用できるようにしていきましょう! せっかく、ウインドウが作れているのですから、図形や画像も扱えるようになってきれいな見た目のUI(ユーザーインターフェース)に出来ればいい ...
Programmers can use the Tkinter library of the Python programming language to create Graphical User Interfaces for their programs that will use the look and feel of the operating system. The Tkinter ...
Python has established a prominent place in the realm of the world’s most widely used programming languages, aptly so. This popularity stems from Python’s versatility, ease of understanding, and its ...