Python Forum

Full Version: Make a python folder .exe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a folder called "AI" which has 6 python files, 1json file and 1 text file. I want to make this folder an exe file so I can use it on another computer without having to manually download all the required pip installs.

I've seen tutorials showing how to convert one python file to an exe, but not an entire folder.
Is this possible? If so, how can it be done?

Thanks in advance.