Distributing Python programs

后端 未结 6 1685
独厮守ぢ
独厮守ぢ 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 21:09

    You have the options presented thus far: Portable Python and Py2Exe. Either can be pretty good.

    My suggestion: encourage your friends to install Python! As you know, it's free, and simple to install and download. If they want your application bad enough, installing Python will be a no-brainer.

提交回复
热议问题