Playing around with Tkinter and Subprocess modules in Python. Created a button that when pressed, runs a .bat file. First question is how I go about packaging my program as an installation? Ex) Installs the created python program and drops the .bat in a folder where the program can find it. Any link to documentation on this kind of stuff would be awesome.