AppImage from Python script

I think AppImage could have a useful role in packaging Python scripts.

I have a simple Python script which runs in a terminal, it just asks for a filename, converts that file, then saves it.

It would be very overcomplicated to create a Flatpak or RPM package for it, but the likely users wouldn’t be able or want to run it by opening a terminal and typing a commands.

An AppImage would be ideal, if it was possible just to package the script and perhaps Python.

PyPI, the Python Packaging Store has hundreds of scripts which are currently unusable for most people and would become usable.

Comments?

On second thoughts, I don’t think an AppImage is the way to go. It’s probably too sophisticated or what should be a relatively simple task. I’ve been told about Pyinstaller, which sounds more appropriate, I’ll give that a go.