Make Browser Using Python

Python Browser Application

Python Browser Application project with documentation and project report. It is simple skeleton of browser made of using Python programming language. Easy 30 Min Python Project which can be modified by anyone.

PyQt5


Qt is set of cross-platform C++ libraries that implement high-level APIs for accessing many
aspects of modern desktop and mobile systems. These include location and positioning
services, multimedia, NFC and Bluetooth connectivity, a Chromium based web browser, as
well as traditional UI development.
PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented as more than
35 extension modules and enables Python to be used as an alternative application
development language to C++ on all supported platforms including iOS and Android.
PyQt5 may also be embedded in C++ based applications to allow users of those applications
to configure or enhance the functionality of those applications.


PyQtWebEngine


PyQtWebEngine is a set of Python bindings for The Qt Company’s Qt WebEngine
framework. The framework provides the ability to embed web content in applications and
is based on the Chrome browser. The bindings sit on top of PyQt5 and are implemented as
three separate modules corresponding to the different libraries that make up the
framework.


QtGui


Part of PyQt5, for Graphical purpose


QtWidgets


The Qt Widgets Module provides a set of UI elements to create classic desktop-style user
interfaces.
The QWidget class provides the basic capability to render to the screen, and to handle user
input events. All UI elements that Qt provides are either subclasses of QWidget, or are used
in connection with a QWidget subclass. Creating custom widgets is done by subclassing
QWidget or a suitable subclass and reimplementing the virtual event handlers.


QtCore


The QtCore module contains the core classes, including the event loop and Qt’s signal and
slot mechanism. It also includes platform independent abstractions for animations, state
machines, threads, mapped files, shared memory, regular expressions, and user and
application settings.

Leave a Reply