arnavs-0 / kivy-cupertino

iOS style widgets for Kivy

Home Page:https://kivy-cupertino.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kivy Cupertino

Kivy Cupertino is a collection of iOS style widgets following Apple's Human Interface guidelines to be used with the Kivy cross-platform graphical framework without sacrificing ease of use or application performance.

GitHub issues License Last Commit Documentation Status Downloads

Installation

To install Kivy Cupertino from PyPI, use pip:

$ pip install kivycupertino

To use newly implemented functionalities that have not yet been published to PyPI, install with git (not recommended for production use):

$ git clone https://github.com/cmdvmd/kivy-cupertino.git
$ cd kivy-cupertino
$ python setup.py install

Examples

Check out examples/ for examples of various widgets in Kivy Cupertino

Showcase App

Functionalities

Functionality Status
Dark Mode πŸ“
SF Symbols 🚧
Action Sheet βœ”
Activity Indicator βœ”
Alert Dialog βœ”
Back Button βœ”
Button βœ”
Date Picker πŸ“
Label βœ”
Navigation Bar βœ”
Next Button βœ”
Page Controls βœ”
Picker πŸ“
Progress Bar βœ”
Scroll View βœ”
Screen Manager βœ”
Search Bar βœ”
Segmented Controls βœ”
Slider βœ”
Stepper βœ”
Switch βœ”
Symbol βœ”
Symbol Button βœ”
System Button βœ”
Tab Bar βœ”
Table πŸ“
Text Field βœ”
Text View βœ”
Time Picker πŸ“
Toolbar βœ”

Key

βœ” Working
🚧 Work in Progress
πŸ“ Planned

Contributing

To help improve this project, fork our repository. Visit the projects page to view pending projects you may be able to work on

About

iOS style widgets for Kivy

https://kivy-cupertino.rtfd.io

License:MIT License


Languages

Language:Python 100.0%