Skip to content

A simple web browser in Python while following Web Browser Engineering. Learning by coding things like parsing, layout, and rendering step by step

Notifications You must be signed in to change notification settings

Klasens/browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Browser

A minimal web browser built in Python while following Web Browser Engineering.

Features

  • URL parsing
  • HTTP/HTTPS requests via sockets and TLS
  • HTML parsing
  • Text rendering in terminal
  • Layout and rendering engine (in progress)

Learning through building.

About

A simple web browser in Python while following Web Browser Engineering. Learning by coding things like parsing, layout, and rendering step by step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages