Showing Posts From

Screenmanager

Kivy Course #10 – User Login System With Kivy

In many applications, a login system is applied. As a result of this, in a Kivy course, we believe that we should teach how to make a basic login system with Kivy. To achieve this, the code in following is written. After the login, the program conne...

Kivy Course #8 – Multiple Screens in Kivy With ScreenManager

In this part of course, you will find how to make applications for desktop or mobile consisting of two or more different screens. There can be menus, tutorials, question-answer sessions or any other requirements that can be solved with multiple scre...

Kivy Course #9 – Multiple Screens in Kivy With ScreenManager [Part 2]

In this example, we improved and reviewed the code we have written in the previous post. Screen, ScreenManager and Builder are also used in this example, too. The code is: ``` #-*-coding:utf-8-*- from kivy.app import App from kivy.lang import Buil...