Example of a very simple python app packaged as snap app
# clone app
git clone https://github.com/bookmanj/python-helloworld.git
cd python-helloworld
# build app
snapcraft
# install app
sudo snap install python-helloworld_1.0_amd64.snap --devmode
# run the app, python-helloworldYou can also install it by tipping:
sudo snap install python-helloworld --edge --devmode## the basic frame work of this application came from https://github.com/gocarlos/python-ubuntu-snap-app-example