CraftyPythonDeveloper / bulk-teams-meeting-join

This python script will allow you to open multiple chrome window and join the meeting with multiple guest usernames at same time. This also makes camera off and mic muted by default.
0 stars 0 forks source link

While running #2

Open Yash-Patel26 opened 9 months ago

Yash-Patel26 commented 9 months ago

C:\Users\yash4\AppData\Local\Programs\Python\Python312\python.exe: can't open file 'C:\Users\yash4\OneDrive\Desktop\bulk-teams-meeting-join\main.py': [Errno 2] No such file or directory

CraftyPythonDeveloper commented 9 months ago

Looking at the error message, you are running the script from wrong directory. The main.py is inside src directory, please try running again from correct path.