Process to convert simple Python script into Windows executable [duplicate]
问题 This question already has an answer here: Create a single executable from a Python project 2 answers I wrote a script that will help a Windows user in her daily life. I want to simply send her the .exe and not ask her to install python, dlls or have to deal with any additional files. I\'ve read plenty of the stackoverflow entries regarding compiling Python scripts into executable files. I am a bit confused as there are many options but some seem dated (no updates since 2008) and none were