/WordsAPI

Get the meaning of the word using the well know Words API using selenium

Primary LanguagePythonMIT LicenseMIT

WORDS API

This project helps in fetching the meaning of the word using famous Words API by using its free "Try It" option available on their website.


Prequisites

  • Download & install chrome web browser. Click here to download.
  • Download chrome driver wrt to the version of the chrome installed in your system. Click here to download.

Note: You can use any web browser. For changing the web browser, see here.


Steps to run the project

  • Clone the repository : git clone https://github.com/NamitS27/WordsAPI.git
  • Install the dependencies : pip install -r requirements.txt.
  • Run python get_meaning.py to run the example (getting meaning of word "example").

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch : git checkout -b feature/AmazingFeature
  3. Commit your Changes : git commit -m 'Added some AmazingFeature'
  4. Push to the Branch : git push origin feature/AmazingFeature
  5. Open a Pull Request

Show some ❤️ by starring the repository!