Relative Content

Tag Archive for pythonpyinstallerauto-py-to-exe

Create EXE file based on my Python script

Trying to create an exe file using my Python script, the script can run perfectly on Spyder, it pop up a window and asks for input, however, when I create the exe using auto-py-to-exe, or Pyinstaller, the exe file does nothing. Does anyone know the solution?