Logo Kivy
  • Home
  • Programming Guide
  • API Reference
  • FAQ
  • PDF

Quick search

 

Packaging

  • Packaging

Table Of Contents

  • Philosophy
  • Installation
  • Programming Guide
  • Tutorials
  • Contributing
  • FAQ
  • Contact Us
  • Kivy framework
  • Core Abstraction
  • Extension Support
  • Graphics
  • Input management
  • External libraries
  • Modules
  • Network support
  • Widgets

Related Topics

Packaging¶

Packaging your application¶

  • Create package for Windows
    • Requirements
    • Install and configure PyInstaller
    • Create the spec file
    • Build the spec
  • Create package for MacOSX
    • Requirements
    • Install and configure PyInstaller
    • Create the spec file
    • Build the spec and create DMG
  • Create a package for Android
    • Packaging your application into APK
    • Packaging your application for Kivy Launcher
  • Create a package for IOS
    • Compile the distribution
    • Create an Xcode project
    • Populate the Xcode project
    • Customize
    • Known issues
    • FAQ