Y
Hacker News
new
|
ask
|
show
|
jobs
by
fastball
2078 days ago
How big are your binaries?
2 comments
kissgyorgy
2078 days ago
I packaged with a very simple script with a couple of dependencies with 0.7 and it's ~84 Mb:
https://github.com/kissgyorgy/cloudflare-dyndns
link
kangalioo
2076 days ago
Ooof that's a lot. PyInstaller is considerably lower than that (~60 MB for a full desktop application including PyQt, NumPy and a plotting toolkit)
link
href
2078 days ago
A simple CLI with only a few commands and not many dependencies is 56M here.
link