I've tried to run it on my phone using PyDroid. I did 'pip install - r requirements.txt'. It worked. Then I did 'python main.py' and got this error:
Does anyone know how to fix it?
ctypes.windll is specifically only for Windows and you're using it on a non-Windows environment. Alternatively, you can remove any lines using ctypes as it is not needed for this script to function.
I've tried to run it on my phone using PyDroid. I did 'pip install - r requirements.txt'. It worked. Then I did 'python main.py' and got this error: Does anyone know how to fix it?