Ishwarya Varsha's profile

WEB BROWSER USING PYTHON (PYQT5)

PYTHON BASED PROJECT
WEB BROWSER USING PYTHON (PYQT5)
The  main  objective  of  using PyQt5 is one can develop an interactive desktop application with so much ease because of the tools and simplicity provided by this library. PyQt5 is cross-platform GUI toolkit, a set of python bindings for Qtv5. It is a data aware of widgets that are automatically populated from a database.
Back-End Implementation Steps :
1. Add update url action to QWebEngineView object when url is changed.
2. Inside the update url action change the url of url bar and change cursor position
3. Add another update title action to the QWebEngineView object when loading is finished
4. Inside the update title method update the title of the window as the page title
5. Add actions to the navigation buttons using the build-in functions of
theQWebEngineView object for reload, back, stop and forward buttons
6. Add action to the home button and inside the action change the url to google.com
7. Add action to the line edit when return key is pressed
8. Inside the line edit action get the text and covert this text to the QUrl object and set the scheme if it is null and set this url to the QWebEngineView object.
This picture shows the name of the creator
GUI Implementation steps :
1. Create a main window
2. Create a QWebEngineView object and add it as the central widget to the main window
3. Add Status bar to the main window
4. Create a toolbar and add navigation button and the line edit to show the url, below is how the toolbar will look like.
WEB BROWSER USING PYTHON (PYQT5)
Published:

WEB BROWSER USING PYTHON (PYQT5)

Published:

Creative Fields