Skip to content

🇧🇷 | Web Browser made with Python and PyQt5

Notifications You must be signed in to change notification settings

criszst/WebBrowser-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browse-screenshot

Funções

It currently has basic functions of any browser (reloading the page, going back a page, viewing history, etc.)

The zoom is saved in the Database, so if you close the browser and open it later, the previously defined zoom will still be present

You can configure which search engine you want to use (google, yahoo, bing or DuckDuckGo)
You can also configure the URL of the home button and the URL that will open when you open the browser or a new tab

Installation

Clone the repository with the Git command

git clone
https://github.com/criszst/WebBrowser-Python.git

Open the directory

cd WebBrowser-Python

Then, install the dependencies that are in the "requirements.txt" file.

python -m pip install -r requirements.txt

Finally, run the browser

python main.py

Dependencies

  • Python 3.12.0 or higher
  • PyQt5 5.15.9

About

🇧🇷 | Web Browser made with Python and PyQt5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published