Skip to content

BloomyInDev/WordsInText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages