(Unfinished… stay tuned…)
Using Travis Ci and GitHub to build your own Python online compiling and packaging environment to automatically generate windows exe binary files.
Translate by Google, so some content is not very accurate, please understand
Let me talk about the benefits of doing this: you can use any device with a browser anytime, anywhere, and edit the python code online through the Github website. After each submission, pyinstaller will automatically generate an exe file and download it at any time, without worrying about too many installed libraries. The problem that caused the generated python package file to be too large.
Travis CI (https://travis-ci.org) is an online, distributed continuous integration service in the field of software development. Free support for public warehouses. The paid version supports a private warehouse at https://travis-ci.com
Then push to the specified git repository or publish as github release.