browsi
Browsi is a small python web browser based on the python tkinter module. Don't expect this to be a modern web browser, it currently can't even follow links (a harder task than one might expect). It doesn't advertise "full HTML compatibility" or anything. At this point it is just a project that may, at some point, become a browser that you could easily go into the code and change.
FEATURES:
- relatively small
- simple
- built in python, so it should work on most platforms (I haven't tested it on anything but Windows)
- you can now search from the URL bar
TO DOWNLOAD & INSTALL
you should be able to run the "brwsi.py" file after installing a recent (3.x) version of python. Tkinter needs to be installed for it to work correctly, but don't worry, it's usually included with the default python packages.
working on:
- html rendering is usually incorrect
- little to no css
- no tabbed browsing
- links are a work in progress
- some forms will show up, but won't work