mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #60] convert to EXE? #59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zeronobody0 on GitHub (Jun 11, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/60
Can you convert all of this to a single exe file?
Thanks!
@brentvollebregt commented on GitHub (Jun 11, 2019):
What is the benefit of packing this project into an executable?
@zeronobody0 commented on GitHub (Jun 12, 2019):
People without pip can use it.
@brentvollebregt commented on GitHub (Jun 12, 2019):
There are instructions in the readme on how to install with without pip.
@zeronobody0 commented on GitHub (Jun 12, 2019):
Also, downloading and running it wouldn't be so complicated, so some less techy people (like me) can use it. Programs like this inadvertently have a monopoly on Python-based apps, and less-techy people may want to show there Py-App to someone who doesn't have Python.
@brentvollebregt commented on GitHub (Jun 12, 2019):
It takes one command to install this and a second to run it. As I describe in the readme:
python -m pip install auto-py-to-exeauto-py-to-exeWhat is so complicated about that? Also this tool is made to package a Python script to an executable so you can run it on machines without Python - that is how you show a "Py-App to someone who doesn't have Python".
I don't think I quite get what you're getting at sorry?
@brentvollebregt commented on GitHub (Jul 13, 2019):
Closing due to no response for over a month.