A simple python script to generate the first X addresses of a seed and check there balances
Note: You need the PyOTA and six libraries installed for the script to work.
You can install them with pip install -r requirements.txt.
1.) Replace the sample seeds in inputSeeds.txt with the seed(s) you want to check.
Only one seed per line and the seed may only contain upper case A-Z and 9
2.) Run BalanceChecker.py and follow the instructions.