Python In Android Using QPython | Speech-to-Text and More Features for Beginners | Part 2 In Hindi

Опубликовано: 30 Октябрь 2024
на канале: Logical Spot
6,171
166

Hello Everyone,
In this Video You will Learn about how to create Python Scripts in Android Using QPython.In today's world, most of people use Android.That's why in today's video I have brought a second part of my previous video for you.
About Android :Android is a mobile operating system based on a modified version of the Linux kernel and other open source software, designed primarily for touchscreen mobile devices such as smartphones and tablets.
About SL4A:The Scripting Layer for Android is a discontinued library that allows the creation and running of scripts written in various scripting languages directly on Android devices. SL4A was designed for developers with its main branch no longer being under active.

Code In this Video:
from androidhelper import sl4a
droid = sl4a.Android()

def speak(text):
droid.ttsSpeak(text)

def listen():
result = droid.recognizeSpeech("Speak")
return result[1]


print(listen())
droid.vibrate(500)
droid.startActivity('android.intent.action.MAIN', None, None, None, False, 'com.android.chrome',droid.getLaunchableApplications()[1]["Chrome"])


Wiki: https://en.wikipedia.org/wiki/Scripti...
Github: https://github.com/damonkohler/sl4a

More Info: https://edu.qpython.org/qsl4a-develop...


List Of All Methods: https://kylelk.github.io/html-example...


-----------------------------------------------------------
If You Got any error
Facebook
  / logicalspotindia  
Instagram
  / iamhemantindia  

---------------------------------------------------------










Tags:
python tutorial,python tutorial in hindi,python for android,python in hindi,qpython 3l - python for android,qpython3 android,qpython 3l tutorial,qpython in hindi,personal assistant,jarvis,speech to,speech to text,stt in python,voice to text conversion in python,voice to text conversion algorithm,programming in android phone,programming in android,logical spot,iamhemantindia,python tutorial for beginners,python programming