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
- Host: GitHub
- URL: https://github.com/michael-lazar/browser-engineering
- Owner: michael-lazar
- License: mit
- Created: 2021-11-13T20:40:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T20:44:03.000Z (over 3 years ago)
- Last Synced: 2025-01-15T23:28:21.911Z (5 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/