- requests
- bs4(BeautifulSoup)
colleges_web_scrap_main.py is the file which has source code.
we have added 6 sorting techniques to the colleges
- Top 20 colleges
- Colleges in Alphabetical order
- Colleges Based on Student to Faculity Ratio
- Colleges Based on Avg Retention Ration
- Colleges Based on Tution Cost Range ("$"(Low)-"$$$$"(High)
- Colleges Based on Placement Services
- Exit
=> 7th option is to directly exit and also we add exit functionality after every option based on requirement we choose respective option.
-> I also added the output files seperatly based on option
if you see error like
ModuleNotFoundError: No module named 'requests, bs4'
install them using pip command
pip install requests bs4