Distributing Python programs

后端 未结 6 1693
独厮守ぢ
独厮守ぢ 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:46

    In 2019 I have been using PyInstaller mostly, works very well for all of my Python scripts I wish to convert to a single runnable exe.

提交回复
热议问题