pip install larousse-api-sunbro
from larousse_api import larousse
# Print the array containing all defintions of "Fromage"
print(larousse.get_definitions("Fromage"))
Because the Larousse website doesn't supply an api to look up definitions :(
- python3
- requests
- re
- BeautifulSoup
- Suggest words if the word is misspelled