Create a single executable from a Python project

前端 未结 3 1531
梦谈多话
梦谈多话 2020-11-22 05:01

I want to create a single executable from my Python project. A user should be able to download and run it without needing Python installed. If I were just distributing a p

3条回答
  •  佛祖请我去吃肉
    2020-11-22 05:22

    Better use pip install auto-py-to-exe which provides a beautiful UI with all options required to create an executable.

    After installing just type auto-py-to-exe in your terminal or command prompt.

提交回复
热议问题