plyer icon indicating copy to clipboard operation
plyer copied to clipboard

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

Results 162 plyer issues
Sort by recently updated
recently updated
newest added

HI, I am trying to use the Audio class for audio recording. Currently working on windows. When using `audio.start()` I get the following exception: `OSError: exception: access violation reading 0xFFFFFFFFFFFFFFFF...

platform-win

Calling save_file() just returns None without file choose menu! Tested on Android 7 Flyme, 11 PE, 7 (BlueStacks 4) - kivy 2.0.0 - plyer 2.0.0 - python 3.8

In accordance with pypa/twine#425, `license` keyword [should not](https://github.com/pypa/twine/issues/425#issuecomment-466436196) hold a multi-line file but rather simply be the name for the license. Could be potential fix for kivy/plyer#698 where raw Markdown...

Updated filechooser.py docstring with supported platforms.

Hi, plyer is working great, in terms of getting the notifications out - thanks! But ... I'd like them "bundled" (or combined, or whatever the right word is 😆), by...

Hi everyone, I am using Plyer to retrieve the phone GPS position and battery level. I managed to retrieve the battery level normally. However, I have been struggling for hours...

For reference: [LocationListener](https://developer.android.com/reference/android/location/LocationListener#onLocationChanged(java.util.List%3Candroid.location.Location%3E)) Is there another way you'd handle this List/make use of the OnLocationChanged?

I've been concerned about the pypi page for plyer. The markdown is not rendered properly and the license shows up at the top unlike in that in the readme. Everything...

OS: kubuntu 22.04 python 3.10 kivy 2.1.0 log qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/.local/lib/python3.10/site-packages/cv2/qt/plugins" even though it was found. This application failed to start because...

awaiting-reply

I'am trying execute this: ``` from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.lang import Builder from plyer import camera import time Builder.load_string(''' : orientation: 'vertical' Image: id: image...