Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 201 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 201 Bytes

Web_search_engine

Build simple Web search engine using Google API and Flask python

Step to Run

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py