An English to English and English to Bangla dictionary. See live https://dictmate.herokuapp.com/
The following environment is used to develop the application:
- OS : Windows 8.1 (64 bit)
- IDE : PyCharm Professional (Version: 2017.2.3)
- Python : 3.6.2 (64 bit)
-
Install virtual environment
$ python -m virtualenv venv -
Activate virtual environment (Change it based on your OS)
$ venv\Scripts\activate.bat -
Install necessary packages included in
requirements.txt$ pip install -r requirements.txt
-
Activate virtual environment (if not activated)
$ venv\Scripts\activate.bat -
Run the
application.py$ python app.py
-
Activate virtual environment (if not activated)
$ venv\Scripts\activate.bat -
Run the
tests.py$ python tests.py
- Quick summary
- Version Controlling
- Screenshot enlisting of each phase (See attached Screenshot folder)
- Issue Tracking
- English to English JSON file provided by Webster's Unabridged English Dictionary
- SQLite database for English to Bangla dictionary provided by bendict. The SQLite database is converted to JSON file in our project.