/WordsInText

Some simple python script to automaticaly count how many time a word is in a text

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

WordsInText

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

How to use

Use Python or the compiled one

  • Python version

    1. If you don't have it, download Python 3.8 or greater, and install it
    2. Download the script
    3. Place your file you want to use with the script
    4. Launch the script
  • Compiled one (Windows only)

    1. Download the file in link
    2. Place your file you want to use with the script
    3. Execute the downloaded file

Known issues

  • 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)

Issues and problems

If you have any issue with my script, open an issue please (cuz i'm gonna try to fix it)