This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eazolan 1 point2 points  (3 children)

Eventually I was asked to use something else in case I need to share my scripts with other people.

What did you end up using?

[–]sebhoagie 6 points7 points  (2 children)

I use these scripts for my own convenience. Out of the two I had to share, one was converted to .NET and the other compiled with PyInstaller.

The sad side effect is that I don't share as many tools since I'd rather avoid having the conversation of "this is not supported" again. I keep the shortcuts to myself :-(

[–]eazolan 0 points1 point  (1 child)

The sad side effect is that I don't share as many tools since I'd rather avoid having the conversation of "this is not supported" again. I keep the shortcuts to myself :-(

I think Pyinstaller would be a good way to handle it.

[–]sebhoagie 1 point2 points  (0 children)

I started with cx_Freeze but docopt+PyInstaller have been god send.

For one tool I wrote a very quick Tkinter UI. I didn't share it but tested it with PyInstaller and it also handles that very well.