For those of you who are new to working with Python for Game Dev, I recommend using auto-py-to-exe (https://pypi.org/project/auto-py-to-exe/). I've been making games in python for the last 10 years and I've been using this for at least 5. Very helpful.
Using this application you can convert a Python project into an executable that runs on any windows machine. Just make sure to mark the output as "One File" instead of "One Directory".
That way we don't have to build/run your project from source (i.e. run the source code in an IDE), we can just extract and run.