
Kivy: Cross-platform Python Framework for GUI apps Development
Kivy: The Open Source Python App Development Framework. Build and distribute beautiful Python cross-platform GUI apps with ease. Kivy runs on Android, iOS, Linux, macOS and Windows.
Welcome to Kivy — Kivy 2.3.1 documentation
Kivy is an open source software library for the rapid development of applications equipped with novel user interfaces, such as multi-touch apps. We recommend that you get started with Getting Started .
Kivy tutorial 003: Building a full GUI
2019年12月18日 · Kivy tutorial 003: Building a full GUI Central themes: Adding Widgets to one another The tutorals so far have covered the very basics of a Kivy application; getting everything running, adding a Widget (the Label), and doing some customisation.
Introduction — Kivy 2.3.1 documentation
Creating Kivy apps is fun and rewarding. This guide should be the perfect starting point to get you on the right track for app development. You will require a basic knowledge of Python to follow this introduction.
Kivy Basics — Kivy 2.3.1 documentation
Kivy depends on many libraries, such as SDL2, gstreamer, PIL, Cairo, and more. They are not all required, but depending on the platform you’re working on, they can be a pain to install. To ease your development process, we provide pre-packaged binaries for Windows, macOS and Linux.
Tutorials — Kivy 2.3.1 documentation
Quick search. Go. Gallery of Examples. Gallery; 3D Rotating Monkey Head
Kivy tutorial 003: Building a full GUI
2019年12月18日 · Let’s now combine some widgets to make a larger GUI. This tutorial will solely cover joining the widgets together, not making them do anything; this is covered in later tutorials. Note: This tutorial will construct the GUI using entirely Python code.
Gallery | Kivy: Cross-platform Python Framework for GUI apps …
What is the best way to learn more about the Kivy framework potential? A list of projects built via Kivy curated by the community itself! Want to feature your project here? Feel free to open a PR!
Widgets — Kivy 2.3.1 documentation
A Widget is the base building block of GUI interfaces in Kivy. It provides a Canvas that can be used to draw on screen. It receives events and reacts to them. For a in-depth explanation about the Widget class, look at the module documentation. Manipulating the Widget tree¶ Widgets in Kivy are organized in trees.
Gallery of Examples — Kivy 2.3.1 documentation
Quick search. Go. Gallery of Examples. Gallery; 3D Rotating Monkey Head