https://github.com/criszst/webbrowser-python
🇧🇷 | Web Browser made with Python and PyQt5
https://github.com/criszst/webbrowser-python
browser pyqt5 pyqt5-desktop-application python python-browser
Last synced: 8 months ago
JSON representation
🇧🇷 | Web Browser made with Python and PyQt5
- Host: GitHub
- URL: https://github.com/criszst/webbrowser-python
- Owner: criszst
- Created: 2023-10-12T02:25:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T14:21:35.000Z (about 1 year ago)
- Last Synced: 2025-03-30T04:22:11.849Z (9 months ago)
- Topics: browser, pyqt5, pyqt5-desktop-application, python, python-browser
- Language: Python
- Homepage:
- Size: 111 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/history.py
Awesome Lists containing this project
README

# 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