An open API service indexing awesome lists of open source software.

https://github.com/michael-lazar/browser-engineering

A toy web browser w/ Python & Tkinter
https://github.com/michael-lazar/browser-engineering

Last synced: 3 months ago
JSON representation

A toy web browser w/ Python & Tkinter

Awesome Lists containing this project

README

        

# Web Browser Engineering

This is a toy web browser written in python & tkinter. The codebase follows along with the free online book *Web Browser Engineering* [1]. Most of the code is copied directly from the book, with some custom bits to complete the optional exercises.

[1] https://browser.engineering/