How do I let my friends use my Python programs? They don\'t have python installed, but they can use command line programs. I don\'t have the skill to write GUI.
Let,
You could use something like py2exe to convert your Python program into an executable.