14 Answers
+ 5
+ 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 :)
+ 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.
+ 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.
+ 3
Akshay Panwar Tag 𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 too😂😂😉
+ 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.
+ 3
You may find answer in https://data-flair.training/blogs/python-modules/
+ 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.
+ 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
+ 1
Maninder $ingh I tried with pydroid3 app but it was showing a Display error for pywhatkit
And other errors for playsound and gtts.
+ 1
Hello
0
Akshay Panwar have you installed first modules and libraries that you need.
0
for automating task, you can use pyautogui ;D
0
pankajraj