NS-Match-Finder is short for Number-Sequence-Match-Finder. This project contains two files ―
ns_tmatch.py
sanitize.py
The latter is a module used in the former file.
It takes a .txt
file containing number sequence, not necessarily formatted correctly (sanitize.py
has a sanitize_ns
function that can sanitize number sequence), and then reads it. It prompts the user to give it a number sequence, and it runs the number sequence in the former one and checks if there is a match. And it finally returns the total hits.
You must have already installed Python 3 on your local computer.
Just run the ns_tmatch.py
like another python file.