Skip to content

📝 Compiles the definitions of multiple words into a single "vocabulary" list.

Notifications You must be signed in to change notification settings

raavann/Vocab-List-Gen

 
 

Repository files navigation

Vocabulary List Generator

Description:

📝This program queries Google, WikiPedia and Oxford Dictionary for the definitions of multiple words and compiles these definitions into a single "vocabulary" list

Installation

Use one of the following methods:

  • Using Terminal

    Open a terminal
    cd <PATH FOR INSTALLATION>
    git clone https://github.com/museHD/Vocab-List-Gen
    pip install -r requirements.txt
    
  • Downloading Release

    It is recommended to create a separate folder for the application. Download the latest release to the folder and run it. Most of the dependencies should be contained within the release and those that aren't will be downloaded to the folder.

Usage:

Simply enter words separated by commas into the program and it will return the list of words and the top definition for each word.

Note: Part of the program is still quite unstable and may not always give the most relevant definition

Dependencies:

The program uses the following libraries: Selenium, PyFiglet
The libraries have been taken care of in the exe release

However, all users will need to get the matching/compatible versions of Google Chrome and Chromedriver. Make sure that the chromedriver.exe file is in the same directory as the application. Eg. If you have Chrome 86, download the ChromeDriver v86 from the above link and place the exe in the same directory as this program.


forthebadge forthebadge

About

📝 Compiles the definitions of multiple words into a single "vocabulary" list.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%