It is capable of detecting spelling errors in English language and will be able to suggest words after updates.
For images of UI click here
- Python
- PyQT5
- NLTK
- Use requirements.txt to install dependencies
- Clone the repository
- Open terminal/cmd in the current folder
pip install -r requirements.txt
OR
- Install all the dependencies
- To download Python click here [Windows]
- Linux has builtin Python 3.7
-
pip install PyQt5
pip install nltk
- Clone the repository
- Move to the folder in command line and run:
python index.py //windows
python3 index.py //linux