自立に向けてとにかく手を動かしたいとっとです。 最近、宇宙ではなく自分を開発しようと、スキでPythonのプログラミングを独学しています。 その一環で、今回はPythonのGUIライブラリの一つである、 kivy キヴィ に手をだしてみましたので、ご紹介したいと ...
前回はアプリと言えないレベルでの動作確認まで行いました。 今回は操作の要となるGUIの部分を確認していきます。 調べるとkivyでのGUI作成にはいくつか方法があるようですが、今回はGUIだけ別の"kv"ファイルを作成していく分離方法を取ります。 理由としては ...
In this Kivy Python tutorial, you will learn how to use Kivy for Python app development. By the end, you’ll understand how to start building cross-platform apps for Android, iOS, and Windows using ...
This project is a Travel Tracker application that I built as part of my programming coursework. The goal of the app is to help users keep track of places they want to visit and places they have ...