https://github.com/zoroxide/web-browser-with-python
a Simple Web Browser Powered by Python
https://github.com/zoroxide/web-browser-with-python
Last synced: 4 months ago
JSON representation
a Simple Web Browser Powered by Python
- Host: GitHub
- URL: https://github.com/zoroxide/web-browser-with-python
- Owner: zoroxide
- Created: 2021-10-20T18:12:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T19:08:28.000Z (about 1 year ago)
- Last Synced: 2025-06-22T19:06:27.806Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Browser-With-Python
- Basic and simple Web Browser Powered by Python (PyQtWebEngine, PyQt)

# installation
```python
pip install PyQt
pip install PyQtWebEngine
```
run it and Enjoy!