Skip to content

AndyTsangChun/py_seed_proj_kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kivy Seed Project (.kv)

Kivy - Python mobile application development framework Seed Project

Kivy layout can be written inside .py with a string or define in a .kv file. Note: This example only demonstrated the way of layout using .kv

The example mainly demonstrated:

  1. how to include other kivy layout within .kv
  2. how to add actionbar to Screen with BoxLayout
  3. how to use GridLayout with dynamic generating Buttons
  4. how to bind Callback function to a button
  5. hot to use ScreenManager to switch between screen

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

All dependency listed here

pip install -r requirements.txt

Key dependency version: pyutil >= 0.0.1 Kivy >= 1.10.1

Usages

Example:

python app.py

Built With

  • Kivy - Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.
  • pyutil - python util functions

Change Log

Please check from here

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages