Advanced Python modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Advanced Python modules

Can anyone of you explain me the way so using which I can use advanced Python modules here For example: 1. gtts 2. playsound 3. Pywhatkit etc. So guys help me with your priceless answer. Thanks

12th Jun 2020, 4:02 PM
Akshay Panwar
Akshay Panwar - avatar
14 Answers
+ 5
I have no idea if they are GUI modules or not but if they are not then this is the solution. https://code.sololearn.com/chhdtN8IaqdX/?ref=app Make sure you give credits to Coding Einstein for his invaluable contribution :)
12th Jun 2020, 4:14 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 4
Namit Jain he ordered me last time not to tag him again that's why I didn't tag him. It may be irritating for him if I don't follow his order.
12th Jun 2020, 4:13 PM
Akshay Panwar
Akshay Panwar - avatar
+ 4
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 bro my intention was not to disturb you all unnecessarily but this question is important not only for me but for others also. So it's better to find out the answer much faster.
12th Jun 2020, 4:19 PM
Akshay Panwar
Akshay Panwar - avatar
12th Jun 2020, 4:12 PM
Namit Jain
Namit Jain - avatar
+ 3
Akshay Panwar i don't know why you thinking that these modules can be used in sololearn.first of all these are all modules related to audio and text to speech you need a real IDE and proper environment to work with these types of modules. How sololearn playground works= when you do coding on sololearn playground than your code is compile or interpret on solearn server and then send back to your output. Sololearn servers don't have permission to access your internal storage and even soloearn input is also not real-time input. So this is not possible here. Try to use pydroid3 app on play store for Android maybe it can help you.btw best for these types of modules and libraries are always IDE like vs code, atom or pycharm.
12th Jun 2020, 4:41 PM
Maninder $ingh
Maninder $ingh - avatar
+ 3
You may find answer in https://data-flair.training/blogs/python-modules/
13th Jun 2020, 3:13 AM
narayanaprasad
narayanaprasad - avatar
+ 3
Akshay Panwar look bro, these advances tool are used for data extraction which is useful for data scientists, be very clear , this is for applications part of view and probably using this in solo learn is impossible.
13th Jun 2020, 7:18 AM
Raj Kalash Tiwari
Raj Kalash Tiwari - avatar
+ 1
First you need to use atom or pycharm, visual studio code etc... then install the moduls gtts used for calculating the IV flow rate (drip rate) is total volume (in mL) divided by time (in min), multiplied by the drop factor (in gtts/mL), which equals the IV flow rate in gtts/min. Let's try an example. The provider has ordered 1,000 mL Lactated Ringers to infuse over 8 hours you need to calculated this and python has a module to do that The module snack sound kit can play several audio files: WAV, AU, AIFF, MP3, CSL, SD, SMP, and NIST/Sphere. You can install it with your package manager: ‘apt install python3-tksnack’. For old versions there’s ‘python-tksnack’. The following example code plays a 261.63 Hz sound (middle C note) for three seconds. Example from time import sleep from pyo import * server = Server().boot() server.start() sine = Sine(261.63, mul=0.1).out() sleep(3) server.stop() another example https://code.sololearn.com/ce68860J0t04
12th Jun 2020, 9:30 PM
Sidhartha Manríquez
Sidhartha Manríquez - avatar
+ 1
Maninder $ingh I tried with pydroid3 app but it was showing a Display error for pywhatkit And other errors for playsound and gtts.
13th Jun 2020, 3:04 AM
Akshay Panwar
Akshay Panwar - avatar
+ 1
Hello
14th Jun 2020, 8:29 AM
Hannah Banah
0
Akshay Panwar have you installed first modules and libraries that you need.
13th Jun 2020, 3:07 PM
Maninder $ingh
Maninder $ingh - avatar
0
for automating task, you can use pyautogui ;D
14th Jun 2020, 11:02 AM
amtamv
amtamv - avatar
0
pankajraj
20th Jun 2020, 12:35 AM
PankajRaj PankajRaj
PankajRaj PankajRaj - avatar