2021-04-08 14:39:39 +00:00
|
|
|
# Advanced-Browser
|
|
|
|
An Advanced version of Simple Browser and has no errors and you can do it with any code editor
|
|
|
|
|
|
|
|
Put this in the terminal of your python project:
|
|
|
|
|
2021-04-09 18:49:30 +00:00
|
|
|
```
|
2021-04-09 18:51:25 +00:00
|
|
|
pip install PyQt5
|
|
|
|
pip install PyQtWebEngine
|
2021-04-09 18:49:30 +00:00
|
|
|
```
|
2021-04-09 18:48:24 +00:00
|
|
|
|
2021-04-08 14:39:39 +00:00
|
|
|
After you have done that step then copy and paste the code into your code editor from main.py
|
|
|
|
|
|
|
|
If you need any help or have issues write it in the issues section.
|
|
|
|
|
|
|
|
Feel free to change anything with the code
|
|
|
|
|