@@evandex08 It still gives an error. The error is: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Any solutions?
Hello... I am getting error in python code ModuleNotFoundError:No module named pyautogui I am also reinstall the python pyserial libaray and pyautogui then also this error is occured.
Anyone got this bug: Traceback (most recent call last): File "C:/Users/asus/Desktop/Gesture Control.py", line 1, in import serial #Serial imported for Serial communication ImportError: No module named serial I need help please
Connect one side of a wire with sensor1(vcc) & another side of the wire with sensor2(vcc)..now cut the wire and make a junction, connect another wire to the junction which should connect with 5V pin of Arduino.
Only 1 Arduino I have used for programming..! If you upload second time program it'll not overlap, Arduino will work according to recently uploaded program.
@@yahiyakhan6116 yes I have cut the wire. Connect one side of a wire with sensor1(vcc) & another side of the wire with sensor2(vcc)..now cut the wire and make a junction, connect another wire to the junction which should connect with 5V pin of Arduino.
How to solve this in the shell. b'next ' b'next ' I removed this code as you replied to one of the users. if 'next' in incoming: pyautogui.hotkey('shift', 'n')
Hey I'm getting error in python code saying that Module Not Found Error: 'No module named serial' Pls help me with this tomorrow I'm have to submit my project
hello sir, thank you for sharing the project, is it possible to use one HC-SR04 Ultrasonic Sensor instead of two? what is the downside? thank you so much for your time answering this question
there's an error - AttributeError: partially initialized module 'serial' has no attribute 'Serial' which is not at all solved by any of the ways..could u suggest what's the problem in execution
Thanks a lot sir Thanks you so much, you don't know how much you helped me by this video! Also, I am IT Engineer I know Python very well, so I was easily able to code with PyAutoGUI though your video was bridge between Python and Arduino Serial Output!! Once again Thanks!!
i'm getting this error , raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError())) serial.serialutil.SerialException: could not open port 'COM20': PermissionError(13, 'Access is denied.', None, 5) how to solve this issue?
I saw your code and had some inquiries about it. Q1. Does it work for youtube video as well? Q2. What can I do if my computer does not provide ctrl key as volume up, down, rewind, or forward and instead Fn key does.. Can I just change pyautogui.hotkey(ctrl, up) into pyautogui.hotkey(Fn, up)?
i am gettin this please help me Traceback (most recent call last): File "C:/Python27/123.py", line 3, in import pyautogui ImportError: No module named pyautogui >>>
thank u very much sir, i have only one problem that ,output is showing in python shell but it is not working in VLC please please please ...... help me on monday i am having science exibition
Hi, ive done everything but only one sensor is receiving the signal (only rewind, next, and right locked is registered). yes i ve checked before that both of the sensor worked
Can u bro pls tell that will this code is correct na? Means it doesn't show any error ma in code? Because I want to prepare it pls comment anyone who had tried?
0:52 - 1:10 min I have given the names of components required..just search the component names on google, you'll get the purchase link from Flipkart/Amazon.
Right lock is working properly but left lock isn't working Then I switched the sensor but still remain same Then again I switch vcc and ground but no effort Right lock is working well but left lock isn't working
Awesome coding But not working with me I uploaded your code into my arduino and python software but first it gave the error that incoming should be written in parenthesis. So I put parenthesis but when I ran code in python it just printed b'next ' . Please Help.
If you are getting error to run the command "python-m pip install pyautogui"
you can try the alternative command "pip install pyautogui===0.9.39"
i get the error of 'pip' is not recognized as a internal or external command operable program or batch file
@@benchong7573 you have to add the python -m yourself
like this : python -m pip install pyautogui===0.9.39
@@evandex08 It still gives an error. The error is: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Any solutions?
thank you
Hello... I am getting error in python code
ModuleNotFoundError:No module named pyautogui
I am also reinstall the python pyserial libaray and pyautogui then also this error is occured.
i have the same problem would be nice to get an answer
If you are getting error to run the command "python-m pip install pyautogui"
you can try the alternative command "pip install pyautogui===0.9.39"
Anyone got this bug:
Traceback (most recent call last):
File "C:/Users/asus/Desktop/Gesture Control.py", line 1, in
import serial #Serial imported for Serial communication
ImportError: No module named serial
I need help please
Same problem
Hey did you get the solution??
Is com code is different for different pc's where did we find it
i have an error in python coding which means ...it asking "do u want to print (...)? does anyon ehave the solution
Bro thats because of version difference
Bro, how did you get connecting wire that connects 5v to 2 ultrasonic vcc?
Connect one side of a wire with sensor1(vcc) & another side of the wire with sensor2(vcc)..now cut the wire and make a junction, connect another wire to the junction which should connect with 5V pin of Arduino.
if i use only one ultrasonic sensor will it work for doing some things like decresing sound and other some things please reply bro
I adjusted the key assignments according to the games and it can write the keys in the notepad, but it does not work when I enter the game.
If you are getting error to run the command "python -m pip install pyautogui", you can try "pip install pyautogui===0.9.39" --->> eror help
Try to install python again.
Hloo..i have one doubt..iam working the priject but they have one error in python programme running....import pyautogui.. error
Import Error : No module named serial please solve it
Which algorithm is used here ?
When I run the code it is showing error as b'next
'
Howmany we use aurdino for programming ?? If I upload second time program so it's overlapping old program??
Only 1 Arduino I have used for programming..!
If you upload second time program it'll not overlap, Arduino will work according to recently uploaded program.
How did to connect 2 of the sensors to single 5 volt slot? Please help
Short both the wires(VCC) coming from the sensors and connect it to the 5V pin of Arduino
@@SupriyoSarkar i didn't get it please explain because tomorrow is the science exhibition and i cannot connect sir
@@SupriyoSarkar did you cut the wire or wat?
@@SupriyoSarkar we can't connect one to 5 volt and another to 3.3 (VCC) volt?
@@yahiyakhan6116 yes I have cut the wire.
Connect one side of a wire with sensor1(vcc) & another side of the wire with sensor2(vcc)..now cut the wire and make a junction, connect another wire to the junction which should connect with 5V pin of Arduino.
What if it says module serial and pyautogui do not exist even if you installed it?
Can I run python script on spyder??
Hi, I have a problem uploading the code, it says "avrdude: stk500_disable() protocol error, expect=0x14, resp=0x10", how can I solve it? Help!
Check out the code again
How to solve this in the shell.
b'next
'
b'next
'
I removed this code as you replied to one of the users.
if 'next' in incoming:
pyautogui.hotkey('shift', 'n')
Change the hotkey
@@SupriyoSarkar like how sir?
Bro single ultrasonic sensor se nhi bna sakte??
Yeah bro...you can try..👍🏾
Hello i want to know the Arduino code meaning line by line could you please send me an explanation for the code to understand the code please 🙏
Sir please replay me in python code some error is there
does one of the circuit connected to the 3.3V? Bcs the board only have one 5V+ right? I'm using Arduino Maker Uno
Python program is running well and there is output according to my hand move but it doesn't actually applied to video ?
bro did you complete this project if you complete plese help me to complete
Hey I'm getting error in python code saying that Module Not Found Error: 'No module named serial'
Pls help me with this tomorrow I'm have to submit my project
I'm getting error Serial() takes no arguments
Bro,in commmand prompt it's showing that :no module named pip. What to do bro
Thanks a lot for the demonstration. I'm building my project based on this.
Hand gestures are not being recognised when i tried of doing the same. Can u help me with it ?
@@sushmithamanvi Show me your project.
i am getting errors in python code can you help me ...
@@VishnuPriya-mh1od What error you got?
Brother Iam Working on this Project I Have Got serial Port error I will Be Very Thankfull To you if you Help Me with this Error
The project is working but when up command starts it continuously come as up please help how to fix it even if I remove hand it still goes like that
hello sir, thank you for sharing the project, is it possible to use one HC-SR04 Ultrasonic Sensor instead of two? what is the downside? thank you so much for your time answering this question
I am not able to gage the distance. So the guesture is not working properly can you please tell me the solution for this sir.
It is showing error that no module named serial how can we rectify this can anyone help
How can I control the same features on android application
No idea bro.. I have to check that!
Ek no
I am unable to install pyseial could you please help me....
there's an error - AttributeError: partially initialized module 'serial' has no attribute 'Serial' which is not at all solved by any of the ways..could u suggest what's the problem in execution
Same problem
Can I use it for Smartphone?????
can we use ir sensor instead of ultrasonic
how do I install pip so I can add pyautogui
I have done everything and i am getting output in the shell but i don't get any movements in video .
Pls help me
same problem bro please help me if you completed
Thanks a lot sir Thanks you so much, you don't know how much you helped me by this video!
Also, I am IT Engineer I know Python very well, so I was easily able to code with PyAutoGUI though your video was bridge between Python and Arduino Serial Output!!
Once again Thanks!!
Hi
i'm getting this error ,
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM20': PermissionError(13, 'Access is denied.', None, 5)
how to solve this issue?
check ur com value in aurdion in tool the port number should be same
I saw your code and had some inquiries about it.
Q1. Does it work for youtube video as well?
Q2. What can I do if my computer does not provide ctrl key as volume up, down, rewind, or forward and instead Fn key does.. Can I just change pyautogui.hotkey(ctrl, up) into pyautogui.hotkey(Fn, up)?
Sure bro...you can try it.
Upto how much distance it can detect bro?
Bro please help me complete this project ,I can't Cannot able to complete it,because it is showing some error
How to solve this in the shell.
b'next
'
b'next
'
Can we use ESP8266MOD instead?
i am gettin this please help me
Traceback (most recent call last):
File "C:/Python27/123.py", line 3, in
import pyautogui
ImportError: No module named pyautogui
>>>
I am getting the same error did u end up figuring it out?
I am gettind next
and soo on... What we have to do
same output is coming. what should i do ?
bro command prompt is not working crctly as you show
Why do we use 2 sensors only??? why not one? Can you please give answer today itself? I am having exam I need to answer tomorrow
Hello! Great project)
I have a question regarding to the circuit, could you please help me?
Jio bosssss
Bro got error while compiling sketch in arduino app can u help me
thank u very much sir,
i have only one problem that ,output is showing in python shell but
it is not working in VLC
please please please ...... help me
on monday i am having science exibition
please help me .
i am getting this in python module
b'next
'
b'next
'
b'next
'
b'next
'
b'next
'
NNNNN
@@siriusvatsa contact me: supriyosarkar14@rediffmail.com
@@siriusvatsa send pics what u r getting for o/p
still not working sir . please help me
@@siriusvatsa what is showing for o/p send in email
Hi, ive done everything but only one sensor is receiving the signal (only rewind, next, and right locked is registered). yes i ve checked before that both of the sensor worked
Check out the connection again
are you getting the same error still bro?? if not how did you fix it?
intresting i hanve to try make it..
good video 👍👍👍
Nice work and great idea, thanks for sharing.
Excellent work bro👍
Thanks bro👍
Can u bro pls tell that will this code is correct na? Means it doesn't show any error ma in code? Because I want to prepare it pls comment anyone who had tried?
Bro can you give us links to buy that item for making? 😄
0:52 - 1:10 min I have given the names of components required..just search the component names on google, you'll get the purchase link from Flipkart/Amazon.
I'm getting syntax error for python code bro
met too wallah
you are great bruh, amazing
did you tried this? if yes did this work? I have to work on this...
@@dronoid5465 mine not
bro why this much code?? simply import keyboard module and write if sensor is high keyboard.press space.. simple..
hi bro can you please send me the circuit diagram??
Awswmmmm😍👍👍
The left sensor won't work. Is there anyone having the same issue?
I'm having the same issue did u find a solution?
Darun to 👌😊✌️🤘👍
Thank you 😃
And plzz can you make video on last step?
Which step bro?
What is use?pro
hi
im getting error in runing python code
What is the error??
Missing parenthesis in call to print
This is the error we are getting
@@raghurammogali3031 same goes for me , what did you do to correct it then
supperb vi .....
Thanks bro😀👍
In Arduino code appear an error
Hii brother great work can I get these project synposis please🙏
Right lock is working properly but left lock isn't working
Then I switched the sensor but still remain same
Then again I switch vcc and ground but no effort
Right lock is working well but left lock isn't working
Check the connections properly..VCC and GND of both the sensors should connect to the right place
Awesome coding
But not working with me
I uploaded your code into my arduino and python software but first it gave the error that incoming should be written in parenthesis. So I put parenthesis but when I ran code in python it just printed b'next
' .
Please Help.
same, did you solve it? i need to finish this project
@@willosuna6913 I was not able to solve this
Mast bhai👌
Thanks bro👍
Hi
I have some questions please if you can help me
yeah sure...
If i want to add a big sound detection sensor to used it rather than ultrasound to control the computer.. is this possible or not?
this is amazing, Thankyou for sharing
bro pls give circiutt diagram pls pls
Really good 🙌👌
Thank you bro...😃💓
Share it with your friends 😃😃
my aurdiono is not connecting to python ,can you help me??
Check the required drivers are installed in your computer or not!
Python 2.7 has expired in jan 2020
Those who have dnld it before 2020 have succede in their project please work on python 3.7 and upload video
yeah..i'm planning to make one.
We control games from this method
Yes you can.. I'm making a video on that very soon.
@@SupriyoSarkar ok bro
Amazing
Because the codes you gave to us is wrong
awesome!!
That's amazing!❤
Thank you..💓
Share with your friends..😃
@@SupriyoSarkar bro the sensor output is showing in python and Arduino but not working on TH-cam
Hey help me
Hey this is a fake project ,I tried it
Please reply me fast.
plz respond fast