bird-browser

a simple browser written in python with a lot of implementations


License
GPL-3.0
Install
pip install bird-browser==1.0.3

Documentation

Bird Browser

The Bird Browser is a browser written in Python and Qt. The browser.ui file can be loaded in the qt-designer. This is how I want the browser to look at some point. Planed features are:

  • tabs
  • search engine integration
  • source-code view
  • password manager integration
  • bookmarks
  • configuration
  • extensions

Some of these features weren't done by me before. This Project also has an Adblocker build into it.

Installation

Finished versions can be found on pip: pip install bird-browser earlier versions can be installed like this: pip install -i https://test.pypi.org/simple/ bird-browser. Maybe you need to install the birdlib separatly: pip install -i https://test.pypi.org/simple/ birdlib. To run an installation via pip use: python -m bird-browser. See the wiki for more information.

Wiki

The wiki/manual/cheatsheet can be found here. It contains more information on how to use the browser and how to install it. In the future there may be dev information

License

GNU GPL 3. For more information see the LICENSE file

CI

pipeline status successfully built AppImages can be found in the job Artifacts on Gitlab