Py-Browser is a light web browser whose entire code is written in Python. The code written here implements a basic browser with very little functionalities.
$ git clone https://github.com/Sabreen-Parveen/Py-Browser.git
$ cd Py-Browser
$ virtualenv <virtualenvironment name>
$ source <virtualenvironment name>/bin/activate
$ pip install -r requirements.txt
$ python main.py
- Create an address bar.
- Change the name of the browser to Py-Browser.
- Run the application on the local machine.
- Learn how to use git and do a basic PR.
- Learn how web browsers work (Resource: http://taligarsiel.com/Projects/howbrowserswork1.htm)
- Implement the basic features of a browser.
- http://taligarsiel.com/Projects/howbrowserswork1.htm
- https://guides.github.com/introduction/git-handbook/ (If you are new to Git and GitHub)