A lightweight browser based on Python and Qt
Go to file
fierelier d8c47d9550 Experimental compatibility patch for PySide 2021-03-27 00:59:39 +01:00
about first commit 2021-03-18 16:22:56 +01:00
addons Experimental compatibility patch for PySide 2021-03-27 00:59:39 +01:00
assets Upload files to 'assets' 2021-03-18 15:45:33 +00:00
BirdyNet.ini Add setting for default charset 2021-03-25 20:58:22 +01:00
BirdyNet.py Scroll to anchor when accessing a new page 2021-03-25 22:34:40 +01:00
README.md Fix typo 2021-03-18 18:24:44 +00:00

README.md

Note: The logo of this project is based on the bird ref sheet created by Lainn - If you use this logo, make sure to credit them.

BirdyNet

A lightweight and modular browser based on Python and Qt, soon to have its own HTML and CSS interpreter and display engine.

Screenshot

This browser is still in a very early stage. Inputting data, downloading files and uploading are not possible yet. JavaScript will not be supported, video/audio media will pop out into your preferred player.

Prerequisites

🌟 Python 3.4.4 or newer (older versions may work, but aren't tested)

Windows: Download
Debian: apt-get install python3
Note: Windows 7 support was dropped with Python 3.9 (Thanks, asshats), use Python 3.8.x, on 7.

🌟 QtPy

Windows: py -m pip install QtPy
Debian: apt-get install python3-qtpy

🌟 A Qt library compatible with QtPy

There is multiple choices, QtPy is compatible with PyQt5, PyQt4, PySide2 and PySide. Don't know what to choose? You probably want PyQt5:
Windows: py -m pip install PyQt5
Debian: apt-get install python3-pyqt5