I want to create a python code which can act as an executable which shifts all the programs in the folder to a specific directory in the same system
Lets say I have three python files one is called installer.py the second is called strg.py and the third is called conn.py give me a way to convert these three alltogether into an executable , when the executable is clicked it runs the installer.py file . what should i add in the installer.py file to copy the other two files into a directory i specify on the system in which the exe is being run