How to package Python Project into a standalone executable?
问题 i wan't to release my python project, but when i send it to someone he is forced to install all the packages im using in my python project. Is there any way to pack it or something, because maybe there are some users who are not that familiar with pip or python. Regards 回答1: PyInstaller PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, GNU/Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that