CCap.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:concernCapture 作者: ctfu 项目源码 文件源码
def calFrequency(event):
    files = tkFileDialog.askopenfilenames()
    fileList = list(files)
    print(fileList)
    freqCommand = []
    freqCommand.append("python")
    freqCommand.append("./scripts/frequency.py")
    for f in fileList:
        freqCommand.append(f)
    outFile = open("frequency_output.txt", "w")
    result = subprocess.call(freqCommand, stdout=outFile)
    outFile.close()

# open a new window to view the frequency output
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号