Skip to content

This is a small python script that will check if words within text file match words in other text files within a folder.

Notifications You must be signed in to change notification settings

sudo-ML/spelltestchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

I created this app to help me solve a problem at work. When we were choosing new spelling test words for the students, we didn't have a method to check if they had already been assigned those spelling test for a previous week.

This app will check new_words.txt against all other .txt files in the same folder and tell you if any words in new_words.txt match words in other files. And tell you which file. The list of words you wish to check MUST be called new_words.txt or this app will not work.

About

This is a small python script that will check if words within text file match words in other text files within a folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages