About 62 results
Open links in new tab
  1. Kivy: Cross-platform Python Framework for GUI apps Development

    Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

  2. Welcome to Kivy — Kivy 2.3.1 documentation

    Welcome to Kivy’s documentation. Kivy is an open source software library for the rapid development of applications equipped with novel user interfaces, such as multi-touch apps.

  3. Installing Kivy — Kivy 2.3.1 documentation

    Getting Started » Installing Kivy ¶ Installation for Kivy version 2.3.1. Read the changelog here. For other Kivy versions, select the documentation from the dropdown on the top left. Kivy 2.3.1 officially …

  4. Introduction — Kivy 2.3.1 documentation

    Kivy empowers you with the freedom to write your code once and have it run as-is on different platforms. Follow this guide to get the tools you need, understand the major concepts and learn best practices. …

  5. Kivy Basics — Kivy 2.3.1 documentation

    Kivy App Life Cycle ¶ First off, let’s get familiar with the Kivy app life cycle. As you can see above, for all intents and purposes, our entry point into our App is the run () method, and in our case that is …

  6. Installation on Windows — Kivy 2.3.1 documentation

    More info about this topic can be found in the Kivy wiki. Now that the compiler is installed, continue to install Kivy. Making Python available anywhere ¶ There are two methods for launching Python when …

  7. Getting Started — Kivy 2.3.1 documentation

    Getting Started » Getting Started ¶ Introduction Installing Kivy A first App Properties Kv Design Language Events Non-widget stuff Layouts Drawing Packaging Diving in « Touch Tracer Line …

  8. Tutorials — Kivy 2.3.1 documentation

    Pong Game Tutorial Introduction Getting Started Add Simple Graphics Add the Ball Adding Ball Animation Connect Input Events Where To Go Now? A Simple Paint App Basic Considerations Paint …

  9. A first App — Kivy 2.3.1 documentation

    Getting Started » A first App ¶ Immerse yourself in the world of Kivy with your first App. The Pong Game Tutorial introduces the fundamental design patterns and the application development process. As …

  10. Programming Guide — Kivy 2.3.1 documentation

    Kivy App Life Cycle Running the application Customize the application Controlling the environment Path control Configuration Restrict core to specific implementation Metrics Graphics Event Loop Configure …