Skip to content

hankxdev/word-freq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

word-freq

A small python script to count word frequency in MS word document(docx). personal python learning script. but you can also use it for like persnal project.

It will read MS word files in a folder, count the word frequency, and put result into a csv file.

Python is really so easy to learn and easy to use :D

use python 3

dependencies

To use

  • clone the repo
  • modify line7, 8 in main.js, define your result file and docx files path
  • run python main.py

Releases

No releases published

Packages

No packages published

Languages