1) added ddg_answers() function - get instant answers, 2) CLI - added color print.
2.5.0
* ddg() add download parameter * ddgs text - add download parameter (it is possible to download results to a local disk, e.g. pdf, docs or xlsx files) * add download files test * Update README.md
2.4.0
Bug fix - correcting safesearch in ddg_images
2.3.1
1) sort results before slicing [: max_results], 2) update docstrings.
2.3.0
1) VQD_DICT now LRU cache, 2) simplification of logging, 3) correcting the while loop conditions, 4) small code improvements.