plyer
plyer copied to clipboard
Plyer is a platform-independent Python wrapper for platform-dependent APIs
when I user plyer filechooser in windows and Linux with the filter it works well but in android, the filter is not working
I directly run demo: examples/notification and then click any button that'll cause an error that occures in this line of code: ``` usrnotifctr = NSUserNotificationCenter.defaultUserNotificationCenter() ```
Hi I was hoping I could get some help When testing my application it runs absolutely fine, but after packaging for windows, following the steps laid out in https://kivy.org/doc/stable/guide/packaging-windows.html to...
This should finally fix #500 . On modern android versions, the only way use the `ACTION_IMAGE_CAPTURE` intent is to use fileproviders, and somehow we need to tell `plyer` which fileprovider...
There is no standard function to send to a printer in Python ( http://stackoverflow.com/questions/12723818/print-to-standard-printer-from-python ). A printing widget (with choice of the printer and option for the printer) would be...
After some amount of notifications, the following occurs. ```bash Traceback (most recent call last): File "C:\\lib\threading.py", line 973, in _bootstrap_inner self.run() File "C:\\lib\threading.py", line 910, in run self._target(*self._args, **self._kwargs) File...
Hello! I am starting to test the stt app with plyer in android. I've just download the example (https://github.com/kivy/plyer/blob/master/examples/speech2text/main.py) and compiled it with buildozer. App starts but when I click...
I have build a kivy app to android apk with kivy following the example from this source (https://github.com/kivy/plyer/blob/master/examples/speech2text/main.py) the app is working good by when I click the button the...
getting this error while executing the gyro example: ``` 'AndroidGyroscope' object has no attribute 'rotation' ```