Python Forum
Make a python folder .exe - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Make a python folder .exe (/thread-37433.html)



Make a python folder .exe - Extra - Jun-10-2022

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.