Packaging and distribution
Sharing your Tkinter applications with other people

There comes a point in any app's development where it needs to leave home — half the fun in writing software is being able to share it with other people. Packaging Python GUI apps can be a little tricky, but in this Tkinter tutorial we'll cover how to package up your apps to share, whether commercially or just for fun.

Start with “Packaging Tkinter applications for Windows with PyInstaller & InstallForge”