A simple web browser using Python and PyQt5
-
First clone and install the reuquired dependencies :
$ git clone https://github.com/ouhadjilyes/Web_Browser.git $ cd Web_Browser $ pip install -r requirements.txt
-
Then run the following command to execute the program :
$ python3 callBrowser.py