This script will track and automatically fix every word that you will type to right words!
An easy solution to fix typos!
Check the words
folder`for the languages available.
pip3 install keyboard
- For English only
syntaxalert.py -words ./words/en.json
- For Italian/English/Spanish (or without parameters is the same):
syntaxalert.py -words ./words/en.json -words2 ./words/it.json
manageterms.py -wrong="wdiget" -right="widget" -lang=en
Directly upload new terms using a CSV file with row format:
<correct-term>, <wrong-term>
For example:
Let new_words.csv
be
Africa,Afica
America,Ameria
Then use the command:
csvtoterms.py -file new_words.csv -lang en