Some simple python script to automaticaly count how many time a word is in a text
It can extract text from simple txt, epub, docx, odt files
After execution, you're gonna have an csv file with all the words and their count in the file
Use Python or the compiled one
-
Python version
- If you don't have it, download Python 3.8 or greater, and install it
- Download the script
- Place your file you want to use with the script
- Launch the script
-
Compiled one (Windows only)
- Download the file in link
- Place your file you want to use with the script
- Execute the downloaded file
- The extraction of text from an epub take more time than other type of files, the faster type of file is txt files.
- This program is in french only (i've done it too fast to think of an english version)
If you have any issue with my script, open an issue please (cuz i'm gonna try to fix it)