ciphense_task

Question 3:

Shows the map of india as output with cities greater than popukation of 500k

in order to make the code run:

install python 3.5.x or greater

pip install folium

pip install csv

run as:

python task.py

Question 4:

GUI based interactive program which can take maximum 8 inputs

after each inputs the user need to press on the search button to input

Inputs are excerpts from wikipedia(not more than 300 ccharacters are allowed)

finally if the user is done with the queries then he/she can press the final search button to get the result

requirements:-

pip install bs4

pip install requests

pip install tkinter