Quick reminder - If you're working on Android and you want to get battery info or access the vibrator, you need to add the `BATTERY_STATS` or `VIBRATE` respectively.
@stephenkinyanjui37485 жыл бұрын
Hey, would you mind doing a tutorial about kivy.garden mapview making an offline map. You doing a great job keep up!.
@erik-sandberg5 жыл бұрын
@@stephenkinyanjui3748 I'm using a MapView for one of my bigger projects right now, so yes, sometime in the future I'll have to make a tutorial for it :) I don't use it offline though. Probably what you'd have to do is cache a bunch of map tiles and ship it with your app.
@prashasthnair91984 жыл бұрын
hey how can we chane the voice of tts?
@tahep39063 жыл бұрын
thanks for this very helpful video, day by day I realize how powerful language Python is with wonderful packages
@MikeDest5 жыл бұрын
Love these tutorials! Going to start playing with Kivy.
@ludwighurtado17195 жыл бұрын
Yo mucho love for all your Kivy vids! Put all platforms. Kivy is that versátile!
@JoelGGuitarist5 жыл бұрын
These tutorials are amazing! I have been learning so much about using the MD interface. Do have any plans for a tutorial on reading live sensor values in the future?
@erik-sandberg5 жыл бұрын
Thank you! Glad you are learning a lot :) That would be a fun topic to cover, but there is so much to do before that! Would like to in the future. You can use your phone as a sensor though using other parts of the plyer module ;)
@manatogencelucien59193 жыл бұрын
Thank you for this tutorial, continue to do Speech to text too
@carlosvenegas95073 жыл бұрын
Hi Erik, Text To Speech works great, I'm actually try use Speech to Text with plyer but I can't deploy a App with that functions, you know a way to add STT?
@ashokkumarobulapuram43853 жыл бұрын
What is the module used for taking the input speech from microphone(it has to work on Android as well)?help me
@mohammedthalham3 жыл бұрын
You're rocking man...
@sosesuis5 жыл бұрын
I love you my bro, ty so much for this vids
@mitchdeli35384 жыл бұрын
Hi Erik, great tutorial, everything looks simple. What if I wish to add widgets in build in main python file. How to link function to on_release on button. PS> I create dinamic 100 + buttons, and I wish to pass text with function call.
@thefoundertremai2 жыл бұрын
Great video man... TTS is perfect for the app am developing but am getting an error raise NotImplementedError() is there a way to fix this?? thanks for taking the time to read this
@anishfernandes12813 жыл бұрын
I got an import error from the .kv file for the the MDRaisedButton ?
@IIBattanII5 жыл бұрын
Please help me, "Renpy" with apk production; but how add admob? I dont know, please make video? :/
@konate71313 жыл бұрын
you are the best
@adityapawar092 жыл бұрын
Hello sir, I made an app like Jarvis api in which I question him and he will answer me I use the python pyttsx3 module for text to speech but when I compiled my program to an android apk it is crashing all time and showing me Fatal signal 11 error in Android
@johnmwansa41805 жыл бұрын
nice video bro.bro iam asking if you can have time please please i need this video how to connect iphone using python to get the sms from inside iphone or to see the phone number using python command
@prashasthnair91984 жыл бұрын
hey how can we chane the voice of tts?
@mittumuppavaram49334 жыл бұрын
Hi, Erik I am trying to scan wifi devices using plyer but Iam getting this error TypeError: _start_scanning() got an unexpected keyword argument 'interface' please help with this Iam trying to build an app which scans wifi networks and connect to them
@acusticaypsicoacustica14724 жыл бұрын
Hello Erik! Thanks for this and all yout videos! I am working in a speech recognition project. I've seen that SR provided by plyer works on android only for now. Do you know a way of using this feature in iOS, coding on python and using kivy? Thanks!!!
@erik-sandberg4 жыл бұрын
I don't know if it works on iOS at the moment -- I wouldn't be too surprised if it wasn't supported currently. Sorry I can't be of more help!
@acusticaypsicoacustica14724 жыл бұрын
@@erik-sandberg Thanks!!!!
@tech__education26205 жыл бұрын
my curiosity is aiming to know if is there any android version that was made with kivy framework and already deployed on market ?am ask cu i wanna build with kivy as well????
@erik-sandberg5 жыл бұрын
Do you mean any android apps that have been built with Kivy?
@tech__education26205 жыл бұрын
@@erik-sandberg yes exactly
@erik-sandberg5 жыл бұрын
@@tech__education2620 Yes, there are absolutely apps made with Kivy on the Google Play Store! The first one that comes to my mind is called "Fin Aquatic Rentals", it lets you scan QR codes on special surfboards to rent them in California. Check it out: play.google.com/store/apps/details?id=fin_aquatic_rentals.fin_aquatic_rentals.fin_aquatic_rentals.fin_aquatic_rentals&hl=en_US It's also on the Apple App Store: apps.apple.com/us/app/fin-aquatic-rentals/id1435736012 There is also a longer list of published apps here, but it isn't updated very often as it's hard to keep track of what people are doing: github.com/kivy/kivy/wiki/List-of-Kivy-Projects
@vickiechan30134 жыл бұрын
how to use android module for permissions
@sksahil43745 жыл бұрын
hey ...is there any way to transmit data via Bluetooth by plyer?
@erik-sandberg5 жыл бұрын
plyer does state that it can do Bluetooth, but only for Android and MacOS systems. I haven't tried working with it before. If you are trying to communicate wirelessly between two devices running python though, you can do so using the socket or twisted modules, both have been successful for me on iOS. Plyer's documentation shows the capabilities on all platforms: github.com/kivy/plyer
@dhrmarajun24064 жыл бұрын
Why do I get notImplemented error
@acusticaypsicoacustica14724 жыл бұрын
I am on ubuntu and I have the same problem with tts. It means that the system (ubuntu in my case) does not have the tts activated so plyer cant read it. I am trying to solve it but I was able to yet
@ЕгорПономарёв-п9х4 жыл бұрын
@@acusticaypsicoacustica1472 notice me if you solved this problem please!
@NetoSutam4 жыл бұрын
any solution?
@dhrmarajun24064 жыл бұрын
@@NetoSutam I am on windows and I have to download espeak and manullay add it to the path. Refer to this github issue : github.com/kivy/plyer/issues/560
@tomxxx61522 жыл бұрын
Because you should build it to apk and run on android as linux have ni vibrator implemenetd :)
@pavankushwaha82734 жыл бұрын
Why don't run code
@KINTUALEXLADWONG Жыл бұрын
I don't want to waste my time on what doesn't serve me. Thanks for nothing