Web Browser Using Python
Web Browser Using Python
Submitted By-
Chatanya Mahajan(1031310688)
Tithi Nikhita(1031310730)
Saikat Sinha(1031310709)
Department of Computer Science Engineering
SRM University, Kattankulathur
April 2015
ABSTRACT
• Web browser is the most commonly
used client application and speed
and efficiency of our online work
depends on browser to a great
extent. As the market is flooding
with new browsers there is a lot of
confusion in everyone’s mind as to
which is the best browser. Our
project aims to answer this question.
INTRODUCTION
• The World Wide Web has come a long
way in its short existence. Without it,
many people wouldn’t know what to
do with their day. And others literally
couldn’t survive without it. To browse
the internet we use browser. A
browser provides a user interface for
displaying and selecting items from a
list of data or from hierarchically
organized lists of data such as
WHY ARE WEB BROWSERS SO
IMPORTANT?
• Today most of what we use the web
for isn’t just web pages, they are
applications. Users upload download
videos, chat, play online games, and
use many other web services.
• Web browser is becoming more and
more important as an application
used to conduct billions of dollars of
Internet-enabled commerce each
year.
Tools/Software used
• Python Programming Language
Python is a widely used general-
purpose, high-level programming
language. Its design philosophy
emphasizes code readability, and its
syntax allows programmers to
express concepts in fewer lines of
code than would be possible in
languages such as C++ or Java.
Tools/Software used
• PYQT Framework
PyQt is one of the two most popular Python
bindings for the Qt cross-platform
GUI/XML/SQL C++ framework (another
binding is PySide). PyQt developed by
Riverbank Computing Limited. Qt itself is
developed as part of the Qt Project. PyQt
provides bindings for Qt 4 and Qt 5. PyQt is
distributed under a choice of licences: GPL
version 2, GPL version 3, or a commercial
license.
Tools/Software used
• QT Designer
Qt Designer is the Qt tool for designing and
building graphical user interfaces. It allows
you to design widgets, dialogs or complete
main windows using on-screen forms and a
simple drag-and-drop interface. It has the
ability to preview your designs to ensure
they work as you intended, and to allow you
to prototype them with your users, before
you have to write any code.
Steps Followed while developing the WEB
BROWSER
1.Python
2.PYQT for Python
3.QT Designer
Steps Followed while developing the WEB
BROWSER