Blyfh / Assemblitor

Assemblitor is a light-weight editor for a simple dialect of Assembly.
Boost Software License 1.0
1 stars 0 forks source link

Suggestion: Package Program With Pyinstaller #4

Open 2mal3 opened 11 months ago

2mal3 commented 11 months ago

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.

Blyfh commented 11 months 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.