Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 545 Bytes

About

This program acts as a internet browser, that displays pages in text only format. It accepts a URL, displays a page, creates URL shortcuts, stores pages as text files and changes hyperlinks to blue. See the wiki for more info.

Learning objectives

  • Introduction to algorithms
  • Stack data structure
  • Big O notation
  • HTTP basics, parsing, formatting
  • HTML basics
  • Pip
  • Requests library
  • Beautiful soup library
  • Colorama library