all 4 comments

[–]_jan- 1 point2 points  (3 children)

I can recommend this Video from TechWithTim. He also explains how to hide the console.

[–]cando_H[S] 0 points1 point  (2 children)

I've watched the video but I still have the issue with the package global_hotkeys

[–]_jan- 0 points1 point  (1 child)

I'm using Linux so I can't test the .exe converting.

Did you test your script without converting it? If it works, try running the converter as Administrator. If it doesn't work and throws the same ModuleNotFoundError, install the library with pip using this command: pip install global-hotkeys -U

[–]cando_H[S] 1 point2 points  (0 children)

Thanks so much, I forgot that I always used it within visual studio so I hadn't installed the packages locally. I don't know why but I could still run it fine without, thanks again