# English Dict
### `find_word()`
English Dict can be used to find the meaning of words easily.
To find the meaning of an English word by using the `find_word()` function to find the meaning of a word easily. Like
over here:
```
# Replace example with any english word
word = "example"
find_word(word)
>> example means - : an instance
(such as a problem to be solved)
serving to illustrate a rule or
precept or to act as an exercise
in the application of a rule
```
You can type `c` to clear the terminal if it gets to
messy.
### `find_synonyms()`
English Dict can be used to find the synonyms of words too.
To find 20 synonyms of an English word by using the `find_synonyms()` function to find the 20 synonyms of a word easily. Like
over here:
```
word = "example"
find_synonyms(word)
>> Here are your synonyms:
1. lesson
2. object
3. part
4. pattern
5. precedent
6. symbol
7. archetype
8. citation
9. copy
10. excuse
11. exemplar
12. exemplification
13. ideal
14. original
15. paradigm
16. paragon
17. prototype
18. quotation
19. representation
20. sample
```
> [!NOTE]
>
> Remember to remove suffixes (prefixes can stay). Examples: -ing, -ed, -less, -ful
Raw data
{
"_id": null,
"home_page": null,
"name": "english-dict",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "dictionary, meaning, english, easy to use, English Dictionary, english dictionary",
"author": "dsochamp",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/89/55/55c30f732ce369ac59eb93b5fb56b6b133e9115d56922d6b31ddb08954d8/english_dict-1.1.1.tar.gz",
"platform": null,
"description": "# English Dict\r\n### `find_word()`\r\nEnglish Dict can be used to find the meaning of words easily.\r\nTo find the meaning of an English word by using the `find_word()` function to find the meaning of a word easily. Like\r\nover here:\r\n\r\n```\r\n# Replace example with any english word\r\n\r\nword = \"example\"\r\n\r\nfind_word(word)\r\n\r\n>> example means - : an instance\r\n (such as a problem to be solved)\r\n serving to illustrate a rule or\r\n precept or to act as an exercise\r\n in the application of a rule\r\n ```\r\n\r\nYou can type `c` to clear the terminal if it gets to \r\nmessy.\r\n\r\n### `find_synonyms()`\r\n\r\nEnglish Dict can be used to find the synonyms of words too.\r\nTo find 20 synonyms of an English word by using the `find_synonyms()` function to find the 20 synonyms of a word easily. Like\r\nover here:\r\n\r\n```\r\nword = \"example\"\r\n\r\nfind_synonyms(word)\r\n\r\n>> Here are your synonyms:\r\n\r\n1. lesson\r\n2. object\r\n3. part\r\n4. pattern\r\n5. precedent\r\n6. symbol\r\n7. archetype\r\n8. citation\r\n9. copy\r\n10. excuse\r\n11. exemplar\r\n12. exemplification\r\n13. ideal\r\n14. original\r\n15. paradigm\r\n16. paragon\r\n17. prototype\r\n18. quotation\r\n19. representation\r\n20. sample\r\n```\r\n\r\n> [!NOTE]\r\n> \r\n> Remember to remove suffixes (prefixes can stay). Examples: -ing, -ed, -less, -ful\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Simple, storage efficient solution to find definitions with ease.",
"version": "1.1.1",
"project_urls": null,
"split_keywords": [
"dictionary",
" meaning",
" english",
" easy to use",
" english dictionary",
" english dictionary"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "895555c30f732ce369ac59eb93b5fb56b6b133e9115d56922d6b31ddb08954d8",
"md5": "96dc858f51c4181761c6a15bbf521751",
"sha256": "66d303c0cd0d2be5fdeb6cc4927c913e569060fac60148f0ac1f091fae15e324"
},
"downloads": -1,
"filename": "english_dict-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "96dc858f51c4181761c6a15bbf521751",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2859,
"upload_time": "2024-08-12T08:49:51",
"upload_time_iso_8601": "2024-08-12T08:49:51.985089Z",
"url": "https://files.pythonhosted.org/packages/89/55/55c30f732ce369ac59eb93b5fb56b6b133e9115d56922d6b31ddb08954d8/english_dict-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-12 08:49:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "english-dict"
}