Kivy Cupertino

_images/showcase.gif _images/mail_app.png

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.

Warning

We are currently in beta status; most widgets have been implemented but stability is not guaranteed. We don’t recommend using Kivy Cupertino in production.

Installation

To install Kivy Cupertino from PyPi, use pip:

$ pip install kivycupertino

To use newly implemented widgets that have not yet been published to PyPI, install from GitHub (not recommended for production use):

$ pip install git+https://github.com/cmdvmd/kivy-cupertino.git

To install Kivy Cupertino for development use, install with the dev extra:

Contributing

To help improve this project, fork our repository and install Kivy Cupertino with the dev extra:

$ pip install kivycupertino[dev]

Visit the projects page to view pending projects you may be able to work on

License

Kivy Cupertino is licensed under the MIT license

Copyright (c) 2021 cmdvmd
Portions Copyright (c) 2021 arnavs-0
Copyright (c) 2010-2020 Kivy Team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Indices and tables