1

I want to distribute my open source python tool.

I created an install shell script for linux systems. What is the easiest way to create a graphical easy to use installer for Windows OS?

PS: I would consider the ability to add shortcut on desktop as a plus point.

Shubham Chaudhary
  • 47,722
  • 9
  • 78
  • 80

1 Answers1

2

Py2Exe is still the best way I'm aware of. You can do tricky things if you're someone like Dropbox.

EDIT If you're looking for advice on creating an installer, start here

Community
  • 1
  • 1
djmoch
  • 700
  • 7
  • 11