Privacy focused search engine, supported by wikipedia datasets
First install python3.6 in your respective system
Open terminal , execute the below code
pip3 install wikipedia
pip3 install flask
Open terminal , execute the below code
sudo pip3 install wikipedia
sudo pip3 install flask
Open command prompt (search for this, you'll get it) , execute the below code
pip3 install flask
pip3 install wikipedia
- Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
flask run
- And then open web browser and go to -> http://127.0.0.1:5000
- Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
flask run
- And then open web browser and go to -> http://127.0.0.1:5000
-
Download this source code and double click on file -> app.py .
-
And then open web browser and go to -> http://127.0.0.1:5000