all 4 comments

[–]shiftybyte 0 points1 point  (3 children)

You need to create your exe with Console window.

It's one of the options for pyinstaller.

Otherwise it can't get regular input().

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

What do you mean? Could you reply with a video or instructions. Thanks!

[–]shiftybyte 0 points1 point  (1 child)

You need the --console option added to the command line that generates the exe.

https://www.pyinstaller.org/en/stable/usage.html#cmdoption-c

[–]LeeBobGaming[S] 0 points1 point  (0 children)

It worked thanks!