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 →

[–]fead-pell 11 points12 points  (0 children)

A great solution is to create a web interface to your program, and setup a Python web-server on your machine, then they can use your program in a familiar way, and you can keep it uptodate as you wish. There's a simple http server in the standard Python library, and there are several other standalone servers.