|
1 |
| -Requirements and Installation: |
2 |
| -1. pip install PyQt5 |
3 |
| -2. pip install PyQtWebEngine |
4 |
| -the recommended installation procedure is to copy the "Python Browser" folder to wherever you desire, documents is recommended |
5 |
| -and then make a shortcut to "Web_Broswer.py" and place the Shortcut into you Desktop folder. |
| 1 | +# Simple Web Browser Using Python |
| 2 | +- This is a GUI Based Web Browser Using PyQt5 & PyQtWebEngine Modules. |
| 3 | + |
| 4 | +## Install Dependencies: |
| 5 | +``` |
| 6 | +pip install PyQt5 |
| 7 | +``` |
| 8 | +``` |
| 9 | +pip install PyQtWebEngine |
| 10 | +``` |
6 | 11 |
|
7 | 12 | User Manual:
|
8 |
| -opening the program presents you with a website, a search bar, and two menus. |
9 | 13 |
|
10 |
| -1. The website the browser opens to is your Start page. |
| 14 | +The recommended installation procedure is to copy the "Python Browser" folder to anywhere, the documents folder is recommended |
| 15 | +and then make a shortcut to "Web_Broswer.py" and place the Shortcut into you Desktop folder. |
| 16 | + |
| 17 | +Opening the program presents you with a website, a search bar, and two menus. |
| 18 | + |
| 19 | +1. The Browser opens to your start page witch can be changed |
11 | 20 |
|
12 |
| -2. the search bar is not google, use it only when you have the FULL address of the web page you are looking for |
| 21 | +2. The search bar is not google, use it only when you have the FULL address of the web page you are looking for |
13 | 22 |
|
14 |
| -3. the top and white menu contains your bookmarked pages as well as the ability to change your preferred Start and Search pages |
| 23 | +3. The top, white menu contains your bookmarked pages as well as the ability to change your preferred Start and Search pages |
15 | 24 |
|
16 |
| -4. the bottom gray menu contains many basic function like Forward, Back, and Reload but also links to your Start and Search pages |
| 25 | +4. The bottom gray menu contains many basic functions like Forward, Back, and Reload but also links to your Start and Search pages |
17 | 26 | as well as a link to the github of this programs original creator
|
18 | 27 |
|
19 | 28 | 5. Start, Search, and all Bookmarked pages default to the google homepage
|
| 29 | + |
| 30 | +Creator: sagargoswami2001 |
| 31 | +Contributors: Geoffrey-Hash |
0 commit comments