In this link i make a py script and an exe file while trying to make a Windows OS python-shout module.
The question now is how can i make a .whl file and publish it to github and pypi.org
The package will only have two files: an exe file, and a .py which will run the exe with Popen and will send and receive data from .exe using stdin and pipe.