Python-Dictionary
This program is used to translate english words to portuguese.
Web-Scraping
This program use BeautifulSoap to make web scraping, so user enter a english word and program search on google the translation
Tech
Bill was made just in python, but it use some libs, as:
- [BeautifulSoap] - Web-scraping.
- [Requests] - Search on web
Installation
Bill Bot requires Python v3.7+ to run.
Install the dependencies and devDependencies and start the program.
pip install BeautifulSoap
pip install Requests