Showing Posts From
Numericproperty
- July 4, 2015
Kivy Course #5 – Properties and Clock Definitions
At the fifth part of Kivy course, properties and Clock are introduced and an example counter application is made. This application counts with seconds and have abilities to start, pause and reset the timer. At the first stage the Python file is: `...
- July 5, 2015
Kivy Course #6 – Text Input and Input Handling
At the sixth part of the course, we are talking about text input and handling the text in text input box. To make a input chance to the user, TextInput class can be used. Here, a login system is made by making username and password check and afterwa...