From 0661d2e3ae7c2ae870254b9d44d29a050032c272 Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:39:39 +0100 Subject: [PATCH 01/15] Create READINSTRUCTIONS.md --- READINSTRUCTIONS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 READINSTRUCTIONS.md diff --git a/READINSTRUCTIONS.md b/READINSTRUCTIONS.md new file mode 100644 index 0000000..c554c62 --- /dev/null +++ b/READINSTRUCTIONS.md @@ -0,0 +1,16 @@ +# 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: + +pip install PyQt5 +pip install PyQtWebEngine +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 + +Remember to Subscribe to the IT TECH PRO ==> https://www.youtube.com/channel/UCQLskloPaqKgmLKet7hxQmw + +Remember to subscribe to ZI Zoraez ==> https://www.youtube.com/channel/UC6srZpri3G-WsLy-lgO_C_w From 107023e2737bc15427c5b5100745452e90cf5b9e Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:50:18 +0100 Subject: [PATCH 02/15] Update READINSTRUCTIONS.md --- READINSTRUCTIONS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/READINSTRUCTIONS.md b/READINSTRUCTIONS.md index c554c62..8dbefbb 100644 --- a/READINSTRUCTIONS.md +++ b/READINSTRUCTIONS.md @@ -3,8 +3,9 @@ An Advanced version of Simple Browser and has no errors and you can do it with a Put this in the terminal of your python project: -pip install PyQt5 -pip install PyQtWebEngine +1. pip install PyQt5 +2. pip install PyQtWebEngine + 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. From 99aba925bfe6cf2200c37131db0173b13c62498d Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:06:19 +0100 Subject: [PATCH 03/15] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 6b45da5..35cf739 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ class MainWindow(QMainWindow): self.browser.urlChanged.connect(self.update_url) def navigate_home(self): - self.browser.setUrl(QUrl('http://programming-hero.com')) + self.browser.setUrl(QUrl('http://google.com')) def navigate_to_url(self): url = self.url_bar.text() @@ -50,6 +50,6 @@ class MainWindow(QMainWindow): app = QApplication(sys.argv) -QApplication.setApplicationName('My Cool Browser') +QApplication.setApplicationName('Advanced Browser') window = MainWindow() -app.exec_() \ No newline at end of file +app.exec_() From 0a91f4a22f256f2f16cccd8f55341e7c2d5ee381 Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 14:19:06 +0100 Subject: [PATCH 04/15] Rename READINSTRUCTIONS.md to README.md --- READINSTRUCTIONS.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename READINSTRUCTIONS.md => README.md (100%) diff --git a/READINSTRUCTIONS.md b/README.md similarity index 100% rename from READINSTRUCTIONS.md rename to README.md From 33cc44fb3204917492e4e82faa7b883dbc90e58b Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:44:50 +0100 Subject: [PATCH 05/15] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dbefbb..7018d59 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ An Advanced version of Simple Browser and has no errors and you can do it with a Put this in the terminal of your python project: -1. pip install PyQt5 -2. pip install PyQtWebEngine +1. $ pip install PyQt5 +2. $ pip install PyQtWebEngine After you have done that step then copy and paste the code into your code editor from main.py From 53ebb3af0eaf7652c6153e029c971e39bfbedfdf Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:47:14 +0100 Subject: [PATCH 06/15] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7018d59..51e7c90 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ An Advanced version of Simple Browser and has no errors and you can do it with a Put this in the terminal of your python project: -1. $ pip install PyQt5 -2. $ pip install PyQtWebEngine +1. {pip install PyQt5} +2. {pip install PyQtWebEngine} After you have done that step then copy and paste the code into your code editor from main.py From 66a6c8be6337447e50268cae5a0352b1735381eb Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:48:24 +0100 Subject: [PATCH 07/15] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51e7c90..b1d69bd 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ 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: +var example = true 1. {pip install PyQt5} 2. {pip install PyQtWebEngine} +var example = true + 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. From f34f96e7116e48701b46d7b33d6190164ed25d33 Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:48:45 +0100 Subject: [PATCH 08/15] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1d69bd..faf4d48 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ 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: -var example = true -1. {pip install PyQt5} -2. {pip install PyQtWebEngine} +1. pip install PyQt5 +2. pip install PyQtWebEngine -var example = true After you have done that step then copy and paste the code into your code editor from main.py From 4cc4db0f94fa5f4843a5b669505ca9dc17ab323e Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:49:30 +0100 Subject: [PATCH 09/15] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index faf4d48..c39b323 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ An Advanced version of Simple Browser and has no errors and you can do it with a Put this in the terminal of your python project: +``` 1. pip install PyQt5 2. pip install PyQtWebEngine +``` After you have done that step then copy and paste the code into your code editor from main.py From 73c5ce2e3bc4f188567acca0525cd5429bace0b5 Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:49:56 +0100 Subject: [PATCH 10/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39b323..47a8034 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Put this in the terminal of your python project: ``` 1. pip install PyQt5 +``` 2. pip install PyQtWebEngine - ``` After you have done that step then copy and paste the code into your code editor from main.py From 60ba50a50fbe5dc65c9edc88d20dce569c4d74b8 Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:50:21 +0100 Subject: [PATCH 11/15] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47a8034..1094179 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Put this in the terminal of your python project: ``` 1. pip install PyQt5 -``` 2. pip install PyQtWebEngine ``` From 2a6a8f61edecb70248059af3e3926f6dc2171094 Mon Sep 17 00:00:00 2001 From: ZI Youtuber <82158378+ZI-Youtuber@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:51:25 +0100 Subject: [PATCH 12/15] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1094179..8cbcbc4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ An Advanced version of Simple Browser and has no errors and you can do it with a Put this in the terminal of your python project: ``` -1. pip install PyQt5 -2. pip install PyQtWebEngine +pip install PyQt5 +pip install PyQtWebEngine ``` After you have done that step then copy and paste the code into your code editor from main.py From 1dee483fde6cc50c08a34fc6c80287cb469c0338 Mon Sep 17 00:00:00 2001 From: ZI Zoraez <82158378+ZI-Youtuber@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:20:59 +0100 Subject: [PATCH 13/15] Create License --- License | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 License diff --git a/License b/License new file mode 100644 index 0000000..0d993e7 --- /dev/null +++ b/License @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2021, ZI Zoraez +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 7f4c583bcb51d317086195c3eeb7bdc169419755 Mon Sep 17 00:00:00 2001 From: ZI Coder <82158378+ZI-Youtuber@users.noreply.github.com> Date: Sat, 1 May 2021 16:17:27 +0100 Subject: [PATCH 14/15] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cbcbc4..a36314d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,4 @@ If you need any help or have issues write it in the issues section. Feel free to change anything with the code -Remember to Subscribe to the IT TECH PRO ==> https://www.youtube.com/channel/UCQLskloPaqKgmLKet7hxQmw - -Remember to subscribe to ZI Zoraez ==> https://www.youtube.com/channel/UC6srZpri3G-WsLy-lgO_C_w +Remember to Subscribe to the my youtube channel Codeopedia - The Epic World of Programming ==> https://www.youtube.com/channel/UC0KZbVgZfi87fdSMUcfJPtQ From 5fc5812dddec0b39fffb2998e1d4c7bb5cb19637 Mon Sep 17 00:00:00 2001 From: ZI Coder <82158378+ZI-Youtuber@users.noreply.github.com> Date: Mon, 7 Jun 2021 05:16:13 +0100 Subject: [PATCH 15/15] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a36314d..0b40c06 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,3 @@ If you need any help or have issues write it in the issues section. Feel free to change anything with the code -Remember to Subscribe to the my youtube channel Codeopedia - The Epic World of Programming ==> https://www.youtube.com/channel/UC0KZbVgZfi87fdSMUcfJPtQ