文件名称:搜索词:在.txt文件中搜索词,然后将其存储在具有幻影数的文件中
文件大小:2KB
文件格式:ZIP
更新时间:2024-03-09 00:06:05
Python
搜寻词 在.txt文件中搜索单词,然后将它们存储在具有出现次数的文件中。 需要tqdm来运行此应用程序。 首次运行该程序时,将自动安装tqdm 用法 将您的.txt文件放入“ txtToRead”文件夹中,然后执行“ searchForWords.py”,单词列表和音节数将保存在“ list.csv”中。 list.csv的示例 john,54 maxwell,12 las,1318 leyes,50 incuestionables,8 del,1514 trabajo,300
【文件预览】:
Search-for-words-master
----searchForWords.py(4KB)
----.gitignore(21B)
----README.md(702B)