Distributing Python programs

后端 未结 6 1694
独厮守ぢ
独厮守ぢ 2020-12-05 20:03

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,

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-05 20:50

    You could use something like py2exe to convert your Python program into an executable.

提交回复
热议问题