Right now, I have a python script that when run, opens up a python window using a package "kivy", while processing data using many other packages. Is there a way for me to combine all of these into a .dmg file that when run, installs all the necessary packages and launches the python application as a .app file?
Know there's a lot of factors and this is really specific, but any help would be appreciated :D