/synonyms

A CLI to give the meaning of a given word. It is a Web Scraping project done by scraping https://www.dictionary.com/browse/. Just compile the python file from the terminal. Hope you will like it. Thank you.

Primary LanguagePython

Synonyms

A CLI to give meaning of a given word. It is Web Scraping project done by scraping https://www.dictionary.com/browse/

Required dependencies

  1. BeautifulSoup
  2. Urllib.request
  3. Sys