{"id":15533267,"url":"https://github.com/keyweeusr/plyer","last_synced_at":"2026-04-10T15:50:43.822Z","repository":{"id":153046508,"uuid":"146014889","full_name":"KeyWeeUsr/plyer","owner":"KeyWeeUsr","description":"Fork of kivy/plyer. Plyer is a platform-independent Python wrapper for platform-dependent APIs","archived":false,"fork":false,"pushed_at":"2019-01-01T01:17:07.000Z","size":988,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T08:51:13.408Z","etag":null,"topics":["android","api-wrapper","ios","linux","macos","python","windows"],"latest_commit_sha":null,"homepage":"https://plyer.readthedocs.io","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KeyWeeUsr.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-24T16:26:54.000Z","updated_at":"2018-12-25T05:06:57.000Z","dependencies_parsed_at":"2023-07-11T03:01:18.141Z","dependency_job_id":null,"html_url":"https://github.com/KeyWeeUsr/plyer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fplyer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fplyer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fplyer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fplyer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeyWeeUsr","download_url":"https://codeload.github.com/KeyWeeUsr/plyer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246108282,"owners_count":20724701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","api-wrapper","ios","linux","macos","python","windows"],"created_at":"2024-10-02T11:35:10.966Z","updated_at":"2025-12-30T23:19:49.052Z","avatar_url":"https://github.com/KeyWeeUsr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Plyer\n=====\n\nPlyer is a platform-independent api to use features commonly found on various\nplatforms, notably mobile ones, in Python.\n\n\n\n.. |coverage| image:: https://coveralls.io/repos/kivy/plyer/badge.svg?branch=master\n   :target: https://coveralls.io/r/kivy/plyer?branch=master\n\n.. |travis| image:: https://travis-ci.org/kivy/plyer.svg?branch=master\n   :target: https://travis-ci.org/kivy/plyer\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/k1bwhdie0tfmdq96?svg=true\n   :target: https://ci.appveyor.com/project/KivyOrg/plyer\n\n|coverage| |travis| |appveyor|\n\nHow\n---\n\nPlyer tries not to reinvent the wheel, and will call for external libraries to\nimplement the api in the easiest way, depending on the current platform.\n\n- on python-for-android, pyjnius is used\n- on kivy-ios, pyobjus is used\n- on windows/mac/linux, commonly found libraries and programs will be used\n\nSupported APIs\n--------------\n\n================================== ======= === ======= ==== =====\nPlatform                           Android iOS Windows OS X Linux\n================================== ======= === ======= ==== =====\nAccelerometer                      X       X           X    X\nAudio recording                    X           X       X\nBarometer                          X       X\nBattery                            X       X   X       X    X\nBluetooth                          X                   X\nBrightness                         X       X                X\nCall                               X       X\nCamera (taking picture)            X       X\nCompass                            X       X\nCPU count                                      X       X    X\nEmail (open mail client)           X       X   X       X    X\nFlash                              X       X\nGPS                                X       X\nGravity                            X       X\nGyroscope                          X       X\nHumidity                           X\nIR Blaster                         X\nLight                              X\nNative file chooser                            X       X    X\nNotifications                      X           X       X    X\nOrientation                        X\nProximity                          X\nScreenshot                                     X       X    X\nSms (send messages)                X       X\nSpatial Orientation                X       X\nSpeech to text                     X\nStorage Path                       X       X   X       X    X\nTemperature                        X\nText to speech                     X       X   X       X    X\nUnique ID                          X       X   X       X    X\nVibrator                           X       X\nWifi                                           X       X    X\n================================== ======= === ======= ==== =====\n\nSupport\n-------\n\nIf you need assistance, you can ask for help on our mailing list:\n\n* User Group : https://groups.google.com/group/kivy-users\n* Email      : kivy-users@googlegroups.com\n\nWe also have an IRC channel:\n\n* Server  : irc.freenode.net\n* Port    : 6667, 6697 (SSL only)\n* Channel : #kivy\n\nContributing\n------------\n\nWe love pull requests and discussing novel ideas. Check out our\n`contribution guide \u003chttp://kivy.org/docs/contribute.html\u003e`_ and\nfeel free to improve Plyer.\n\nThe following mailing list and IRC channel are used exclusively for\ndiscussions about developing the Kivy framework and its sister projects:\n\n* Dev Group : https://groups.google.com/group/kivy-dev\n* Email     : kivy-dev@googlegroups.com\n\nIRC channel:\n\n* Server  : irc.freenode.net\n* Port    : 6667, 6697 (SSL only)\n* Channel : #kivy-dev\n\nLicense\n-------\n\nPlyer is released under the terms of the MIT License. Please refer to the\nLICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyweeusr%2Fplyer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyweeusr%2Fplyer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyweeusr%2Fplyer/lists"}