A lightweight browser based on Python and Qt
about | ||
addons | ||
assets | ||
BirdyNet.ini | ||
BirdyNet.py | ||
README.md |
BirdyNet
A lightweight modular browser based on Python and Qt, soon to have its own HTML and CSS interpreter.
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.
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