/Sinhala-Dict

A Simple English To Sinhala Dictionary Using Webscraping

Primary LanguagePythonApache License 2.0Apache-2.0

Sinhala Dictionay

A Command Line English To Sinhala Dictionary

Note:

  • Script Is Web Scraping Madura Online Website.
  • The Script requires working Network Connection To Work.
  • Make Sure You Are Using Python3.

OS Support

Tested OS: Termux App For Android Windows, Linux Distros
Supported OS: Any Os That Can Run Python3.9

Usage:

Run These Commands To Run Dictionay

> For Termux:

Notice:

To Use The Dictionary Type The Following Commands In Termux:

apt update && apt upgrade -y
apt install git python -y
git clone https://github.com/Sl-Sanda-Ru/Sinhala-Dict.git
cd Sinhala-Dict
pip3 install -r requirements.txt
python3 dict.py

> For Ubuntu:

Notice:

To Use The Dictionay Type The Following Commands In Your Linux Shell:

sudo apt update
sudo apt install git python3 python3-pip -y
git clone https://github.com/Sl-Sanda-Ru/Sinhala-Dict.git
cd Sinhala-Dict
sudo pip3 install -r requirements.txt
python3 dict.py