Need some help with Python packaging

The first problem I’ve noticed is that your snap doesn’t assert any interfaces, according to your website it seems that your application is an image editor with a graphical interface, which indicates:

  • It needs to access the desktop interfaces, connect the snap to the desktop, desktop-legacy, unity7, wayland, and x11 interfaces
  • It needs regular file access, connect the snap to the home and removable-media interfaces.