https://github.com/arjuntheprogrammer/kivy
https://github.com/arjuntheprogrammer/kivy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/kivy
- Owner: arjuntheprogrammer
- Created: 2020-03-01T19:24:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T15:47:07.000Z (about 6 years ago)
- Last Synced: 2025-01-26T20:29:47.608Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



---