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?