[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[py8] Plyer

Plyer (https://github.com/kivy/plyer) is a Python library for platform-independent application development.

Installation

To use on desktop: pip install plyer
To use in python-for-android/kivy-ios: add plyer to your app requirements.

Loading the Plyer framework

The framework is present in subfolder "library/plyer" of your py8 installation

Sample expressions

  1. Start the SystemServer evaluating
    smalltalk.SystemServer.start()
  2. browse category "plyer" (e.g. browse class Plyer) to ensure the framework is present in the system
  3. See examples of use opening QuickList from workspace connected to py8 system