Skip to content
/ plyer Public
forked from kivy/plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs

License

Notifications You must be signed in to change notification settings

AdamMusa/plyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Platy

Platy is a plateform-independant api to use features commonly found on various plateforms, notably mobile ones, in python.

How

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

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

todo

  • everything! :)

About

Plyer is a platform-independent Python wrapper for platform-dependent APIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.1%
  • HTML 4.0%
  • Shell 1.4%
  • Other 0.5%