Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@yfinternet yfinternet released this 09 May 17:09
· 6 commits to master since this release

介绍

本程序是windows上一款通过端口号查杀程序的小工具,采用python编写
新增功能:同名称的进程一并关闭

手动打包成exe

可通过pyinstaller来打包成exe程序
打包命令:
pyinstaller -w cube\port_spirit.py
这样会生成一个文件夹,里面含有exe程序,可以直接运行。

也可直接使用下面已经打包好的文件portSpirit.zip,解压,直接运行port_spirit.exe程序.

portSpirit.zip