Skip to content

karascr/Python-PyQt5-web-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-PyQt5-web-browser

A web browser coded with PyQt5 for my school project PyQt5 library used in this project. For viewing web sites, QtWebEngineWidgets form PyQt5 is used. SQLite is used for storing the history list in the database, you can use the DB Browser for SQLite (free) program for displaying database. Download link

Installation

Create a new project and copy files into this project. Then run main.py.

.py files

main.py

main.py is the main code that contains a web browser window. image-of-web-browser

backlist.py

backlist.py is a class that creates a window when the back button is clicked. This window shows sites you have visited and allows you to open the clicked one. image-of-backlist

historyWindow.py

When clicked history button (H), history window class creates a window contains a QListWidget that contains a history list. image-of-history

About

A web browser coded with PyQt5 for my school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages