Random quote is a web scrapping python project which uses 'requests' and 'beautifulsoup4' libraries to parse https://quotes.toscrape.com/random
The output is a quote and it's author
- Python 3
- Go into your project directory and create a virtual environment
python -m venv myenv
- Activate virtual environment
myenv\Scripts\activate
- Install all the requirements
pip install -r requirements.txt
- Run the main.py
python3 main.py
