0

I have a folder with 10 python files that all work together to run my main python file/program. (All of my python work is done through pycharm). Can I download the whole folder as an exe, or will I have to download all of the files as exe's separately and then find a way to run them all together?

Evan R
  • 1
  • 3
  • You can create one exe file that runs all of them – Alexander Aug 08 '22 at 19:05
  • 1
    `pyinstaller` (https://pyinstaller.org/en/stable/) is the tool you need. Just pass your main python file as an argument. Choose `--one-file` option to have a single and standalone executable file. – zigma12 Aug 08 '22 at 19:06

0 Answers0