The project is used to check en-US word typo or spelled incorrectly for Go/Py repository based pyenchant
eg:
Stawrt > False
StarttAction > False
StarttAction > False
python 3
Git clone this repospell-check
virtualenv -p python3 ~/venv3 && source ~/venv3/bin/activate
pip3 install -r requirement.txt
python spell_check.py project
Spell checking result is in spell_check_wrong.txt
Words In spell_check_ignore.txt is skipped to check
BugFix
September > True
september > False
weird!!!