Skip to content

Akemid/DRAEWebScrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRAEWebScrapping

A proyect to find words from the web page of Real Academia Española

Downloads Downloads Downloads

Installation

pip install draews

Usage

A simple example to find a word

from draews.draews import DRAEws as drae    
from draews.models import MeaningList 

drae = drae() 

# Finding the meaning of a word 
meaning_list: MeaningList = drae.find_word("sustantivo")

# Obtaining the meaning on dictionary format
meaning_dict = meaning_list.model_dump()

About

A proyect to find words from the web page of Real Academia Española

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages