A web browser designed to be open, minimal and fast.
These instructions will get you a copy of the project up and running on your local machine.
Open-Browser
depends on Python-Qt4
and Python 3.x
.
sudo apt-get install python-qt4
To use Open-Browser
, make a clone of this repository.
git clone https://github.com/EricsonWillians/Open-Browser
cd Open-Browser
Add run permission to the script if you're on Linux.
sudo chmod +x run.py
To run it, please use:
./run.py
or
python run.py
This project is licensed under the GPLv3 License - see the LICENSE file for details.