Skip to content
/ plyer Public
forked from kivy/plyer

Plyer is a platform-independant wrapper for python, for platform-dependent apis

License

Notifications You must be signed in to change notification settings

cgranet/plyer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plyer

Plyer is a platform-independent api to use features commonly found on various platforms, notably mobile ones, in Python.

How

Plyer tries not to reinvent the wheel, and will call for external libraries to implement the api in the easiest way, depending on the current platform.

  • on python-for-android, pyjnius is used
  • on kivy-ios, pyobjius is used
  • on windows/mac/linux, commonly found libraries and programs will be used

Support

Platform Android < 4.0 Android > 4.0 iOS Windows OSX Linux
Accelerometer X X X      
Camera (taking picture) X X        
GPS X X        
Notifications X X   X X X
Text to speech X X   X X X
Email (open mail client)   X        
Vibrator   X        

About

Plyer is a platform-independant wrapper for python, for platform-dependent apis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published