I want to transform a Python script to an .exe to share it with friends. I've tried with auto-py-to-exe, but here is what I get when I open it:
Traceback (most recent call last):
File "main.py", line 1, in <module>
ModuleNotFoundError: No module named 'pygame'
I saw somewhere that I had to indicate in auto-py-to-exe's interface the module name here:
But I still get the same error.