Open 2mal3 opened 1 year ago
That's a great idea, and I must confess I only never did that with the new versions due to laziness. In the past, the app wasn't as complex regarding dependencies and so it wasn't a big deal. Plus, one of the main users of Assemblitor preferred to work with the Python files directly. But now it would be a bit more convenient to have a single executable file. I can address this problem next release, so you should see results by then.
Pyinstaller is a tool that can bundle Python applications and their dependencies into a single executable. This would be very handy for Assemblitor, as it avoids the problem of wrong or missing Python versions or libraries. You would only need to download one file and then could run it directly without any other stuff or expert knowledge.