2 Respostas
+ 3
You may use one of the following modules: py2exe, cx_freeze or nuitka. The will wrap the whole Python package though and all modules you import in your code.
Be prepared for a 30-40MB package overall :)
0
You should use tkinter/pyqt or another gui libraries. And as was said above, compiling it isn’t an easy thing