A Command Line English To Sinhala Dictionary
- Script Is Web Scraping Madura Online Website.
- The Script requires working Network Connection To Work.
- Make Sure You Are Using Python3.
Tested OS:
Termux App For Android
Windows,
Linux Distros
Supported OS:
Any Os That Can Run Python3.9
Run These Commands To Run Dictionay
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
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