An open API service indexing awesome lists of open source software.

https://github.com/arjuntheprogrammer/kivy


https://github.com/arjuntheprogrammer/kivy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Kivy Tutorials Python
> Kivy is a free and open source Python library for developing mobile apps and other multitouch application software with a natural user interface.

* https://www.youtube.com/playlist?list=PLzMcBGfZo4-kSJVMyYeOQ8CXJ3z1k7gHn

* https://kivy.org/doc/stable/installation/installation-osx.html

---

## Installation
* $ python3 -m pip install virtualenv
* $ python3 -m venv ./venv
* $ source venv/bin/activate
* $ python -m pip install kivy

---

## Chapters
1. Grid
2. FloatLayout
3. Drawing
4. Design
5. Windows
6. Touch
7. Popup
8. Login

---

## Screenshots

![image](https://user-images.githubusercontent.com/15984084/75632278-9105b280-5c20-11ea-8204-854cd296d94b.png)

![image](https://user-images.githubusercontent.com/15984084/75632292-a5e24600-5c20-11ea-9db0-755a8ef78138.png)

![image](https://user-images.githubusercontent.com/15984084/75632297-af6bae00-5c20-11ea-9e5c-8da9ff45c693.png)

---