A downloadable tool for Windows

A quick and dirty word processor written in python to help keep track of the unique words used and the overall word count of a story. Words will be green if they are allowed, and red if they are a unique word after there are already 50 unique words written. It does not have many of the features we're used to in word processors, such as the undo button--I would recommend using it primarily as a checker, where you can paste your text in and see if it's correct. It uses a technique called 'stemming' to see if two words have the same root, which is useful and accurate but not infallible, so it could produce some errors.

Saving will create both the file itself as well as a log of every unique word used, how many words you used, and how many unique words you used, so you don't need to calculate that by hand.

Download

Download
HAT_(Hollander_Assignment_Tool).exe 104 MB
Download
HAT_(Hollander_Assignment_Tool).rar 262 MB

Install instructions

Download and run exe.

Alternatively, if you are familiar with python and/or uneasy about running executables you downloaded online, you can download and extract the word_tracker.rar file, where you can run and edit main.py.

This will require you to install, either on your machine or in a virtual environnment, the following libraries: tkinter, nltk

Leave a comment

Log in with itch.io to leave a comment.