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

I am on windows and i have the plyer module installed This is my code: from plyer import tts tts.speak(message='hello world') I have a simple code, but why do I...

how to enable and disable gps using python ?

```python plyer.notification(title="Start", timeout=1) # do_something(); # less than 1 sec plyer.notification(title="Finished") ``` (Windows7, Python 3.6) As I test, one`plyer.notification()` must delay 2 second after the last one, or it will...

I had a hard time finding out why I got an "PythonActivity has no unbind attribute" error. In plyer/platforms/android/camera.py there are these two lines: ``` import android.activity from plyer.platforms.android import...

enhancement
easy
platform-android

Hello, I was trying to use plyer and I found that I couldn't access document folder on my Linux, this was because of two reasons: ```python with open(self._get_home_dir() + USER_DIRS,...

Fix for programmatically requesting permissions (required for Android API 23 and greater,) particularly for GPS on Android. TL;DR: this makes GPS work again, on Android! In order for this fix...

Hi Example with facade for android

platform-android

Typically an uuid should be genrated by using hardware ids. Currently 2 cloned windows 7 machines have the same uuid (because it comes from the registry). I could workout a...

Fixes #520 #510 https://github.com/kivy/plyer/blob/0b7d8a08108ccb43d751d3fb6fb4a40a21b1ff6c/plyer/platforms/android/camera.py#L9 The plyer's Android camera module had an unused and deprecated PythonActivity. Removing it avoids crashing.

I’m trying to make an app that interfaces with either/or or both. Thank you!