A Small Web Browser Built in Python
Check the Examples folder for HTML pages the web browser can interpret.
> pip install babybrowser
> babybrowser
- Get Retrival of websites and images
- Bookmarks
- Back and Forward Buttons
- Tabs with Webpage Title Display
- Interprete HTML to DOM representation
- Style Sheet Cascading calculated as-needed
- Default Browser Styles
- Translation of the DOM to PyQt elements for display
- Head Tags: TITLE, STYLE
- In-Body Tags: P, H1-H6
- Self Closing Tags: HR, IMG, BR
- Font: Color, Size, Weight
- Box Styles: Background-color