Python Forum

Full Version: Package python script which has different libraries as a single executable or script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I have a python script for it to run user requires to install ptkinter,import Zipfiles,install dropbox and import os ,and other packages.
This script has to be executed on multiple linux and windows machine but with no installations what can I utilize
to have everything packaged and be portable on any computer with no installations.

Thanks and Regards
Tej Gandhi
Are you aware of pyInstaller? I've never used it personally but there are a lot of great tutorials out there.