These are Python scripts to make an interactive English Dictionary which is very user friendly.
- It is very user friendly.
- It suggests you the simillar word if you enter any wrong word that is not is dictionary.
- It gives you the one or more meaning as according to the database.
=> There are two types of scripts are present in the repositry.One script named "python_word_dict.py" requires the "data.json" file to execute.That "data.json" file consist of a offline data base for the dictionary which can be edited to expand the dictionary words as user want.
=> Another file named "dictionary_finder_sqlConnect.py" is work the same as 1st one but only difference is that it do not require any offline dictionary database of some kind it works standalone. This script requires an INTERNET CONNECTION to work because it has a online MySQL database.
- Python 3.0 or upper
- mysql.connector library
- Clone the files in the repositry to your system. Make sure the "data.json" and "python_word_dict.py" should be at same location because these two files work together. File named "dictionary_finder_sqlConnect.py" can work freely do not requires any other files.
- Run the Pyhton script file using CMD.