• This repository has been archived on 11/Oct/2021
  • Stars
    star
    276
  • Rank 149,319 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of words! ⭐ it if you πŸ‘ it !

Build Status Open Source Love GitHub GitHub forks GitHub issues GitHub pull requests GitHub contributors GitHub top language Average time to resolve an issue

Vocabulary Builder πŸ“–

An exhaustive collection of words as json files for easy access.

How to contribute

Refer the template provided below to add your word

Create your first pull request 😎

Fork this repository

Clone the forked repository from your account

Add your JSON file to the respective folder.

Commit your changes with an appropriate message.

Create a pull request

Example file πŸŽƒ

path: B/Beautiful.json (first letter needs to be capitalized)

{
    "word": "Beautiful",
    "definitions": [
        "pleasing the senses or mind aesthetically",
        "of a very high standard; excellent"
    ],
    "parts-of-speech": "Adjective"
}

CLI for audio playback of words (Version 1)

SurpriseMe is a command line tool for providing audio playback to random words

Hall of Fame πŸ”₯

Check out the Hall of Fame for a list of contributors with a minimum of one commit with their gravatar. To know more about a contributor, click on the gravatar to go to their github profile.