Distributing Tkinter script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bd34
    New Member
    • Nov 2008
    • 1

    Distributing Tkinter script

    Hi,
    I've finished making a nifty little Tkinter script and would like to distribute it commercially. I would like to know ,how I can convert the Tinter script to a .exe file,so that the users need not have python installed in their system.Also is there a way to set licenses for the script(or is there a program that does it like ioncube for php). Answers highly appreciated.
  • YarrOfDoom
    Recognized Expert Top Contributor
    • Aug 2007
    • 1243

    #2
    I don't know about the licensing, but you can convert your python projects to exe-files with py2exe.

    Comment

    Working...