Showing Posts From
Kivy
- May 8, 2013
Android İçin Online Satranç Oyunu
[](http://www.gurayyildirim.com.tr/wp-content/uploads/2.png)Asgard Projesi için yazdığım Android uygulaması, proje yalan olunca ne zamandır elimde bekliyordu. Bu hali, geliştirilmeye açık olduğuna inandığım baştan yazılmış şekli. chess.py’nin yapımc...
- September 21, 2015
[HowTo] Install Kivy and Buildozer on Fedora 22 and Making APK
In a previous post, installing Kivy on Ubuntu 15.04 was issued. Today, there is a main development which is using SDL2 instead of Pygame. You can find why this is significant on Google. I cannot find Kivy and Buildozer installion document for Fedor...
- July 2, 2015
[HowTo] Install Kivy and Buildozer on Ubuntu 15.04
Installing Kivy and building an apk file is the fundamental step of coding Android applications with Python. In this post, Buildozer is used for building apk, installing sdk, ndk and other dependencies automatically. All commands on this post are a...
- July 2, 2015
[HowTo] [Python/Kivy] Building APK With Buildozer
In the [previous post](http://www.gurayyildirim.com.tr/howto-install-kivy-and-buildozer-on-ubuntu-15-04-1169.html), how to install Kivy and Buildozer on Ubuntu is examined. In this post, you will find stages making APK files on Ubuntu with Python an...
- July 4, 2015
Kivy Course #1 – Introduction With a Basic App
At the first code of the Kivy course consists of a button which covers the entire screen and does nothing. You can just click the button and see that it is clicked with interaction. The code is: ``` from kivy.app import App from kivy.uix.button imp...
- July 9, 2015
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...
- July 4, 2015
Kivy Course #2 – More Buttons With Kivy Language
At the second part of the course, more buttons are added to root widget and Kivy Language is utilized while adding them. From this part, view section of the codes are seperated in a .kv file. You can find the codes below. Our main python file: ```...
- July 4, 2015
Kivy Course #3 – Grid Layout Example
In this section, layouts are introduced with more details and images of them are shown. Grid layout is one of the most known widgets and the code may be found below. The main Python file: ``` from kivy.app import App from kivy.uix.gridlayout impor...
- 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...
- July 9, 2015
Kivy Course #7 – Introduction to Slider: Changing Background
In this example, a code changing background color of application according to slider position is written. In Kivy, color values are changing from 0 to 1 and as a result floating point numbers are used in order to give color value to canvas. All red...
- July 9, 2015
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...
- July 9, 2015
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...
- July 1, 2015
Multiple Sliders Controlling Background Color in Kivy
In this example, three independent sliders are used to control background color and they are in order of red, green and blue. All the values are written at the buttom of the application window in the precision of 0.001. You can change the precision ...
- July 3, 2015
Playing Videos With Kivy
Kivy has a video player which supports common requirements such as play,pause and stop buttons and images, texts can be used as subtitles or displaying messages to user, streching etc. For the full list, you can check [here](http://kivy.org/docs/api...
- June 29, 2015
Python Kivy Button, Property and BoxLayout Example
In this post, you are able to find an example of Kivy Framework consists of a button and two text label in a boxlayout oriented vertically. There are two files and both are required to run this program. This program is suitable for both mobile and d...
- June 30, 2015
Python Kivy Slider, Color and Canvas Example
Working with kivy often requires writing canvas codes which are managing the appearance before, during and after the content is drawn. In this example, one Kivy Slider is used for getting color value between 0 and 1 and in the same time there is a K...
- February 24, 2015
Raspberry Pi 2’ye Kivy Kurulumu
Kivy Framework sayesinde, 2 veya 3 boyutlu uygulama ve oyunların Python ve Kivy dillerinde programlanması ve platform bağımsız olarak çalıştırılabilmeleri mümkün olmakta. Bu yazıda Raspbian kullanıcıları için, Raspberry Pi için desteği sonradan gele...
- October 9, 2012
Yenilikler
Uzun zamandır oturup bir blog yazamadım. Son zamanlarda olanları bir özet geçeyim: Şu anlık bunlarla sınırlıyım. Bazıları zaman aldığı için, ve başka birçok sebepten dolayı çok fazla ilerleme şansım olmuyor. Bugün blog yazmayı işsizlik olarak değer...