Skip to content

Commit

Permalink
Merge pull request #2 from Javinator9889/adaptation
Browse files Browse the repository at this point in the history
Update to version 1.24
  • Loading branch information
Javinator9889 committed Aug 31, 2018
2 parents 142f506 + b9a1f53 commit 1b17f41
Show file tree
Hide file tree
Showing 18 changed files with 637 additions and 554 deletions.
8 changes: 5 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# [pyGle](https://github.com/Javinator9889/pyGle)
A tool for searching the entire web with the Google technology

[![PyPi](https://img.shields.io/badge/v1.12%20-PyPi-green.svg)](https://pypi.org/project/g-pyGle/)
[![PyPi](https://img.shields.io/badge/v1.24%20-PyPi-green.svg)](https://pypi.org/project/g-pyGle/)
[![ZIP](https://img.shields.io/badge/Package%20-Zip-blue.svg)](https://github.com/Javinator9889/pyGle/archive/master.zip)
[![GIT](https://img.shields.io/badge/Package%20-Git-red.svg)](https://github.com/Javinator9889/pyGle.git)
[![Downloads](https://pepy.tech/badge/g-pygle)](https://pepy.tech/project/g-pygle)
Expand Down Expand Up @@ -171,6 +171,8 @@ If another page must be searched, all the methods start with: ```with```. You ca

## 3. Installation

### Now, *pyGle* is also compatible with Python 2, so you can install using *pip* from Python 2

As usual, you have the [pip](https://pypi.org/project/pip/) mode or the
[easy install](https://setuptools.readthedocs.io/en/latest/easy_install.html) methods:

Expand All @@ -180,7 +182,7 @@ As usual, you have the [pip](https://pypi.org/project/pip/) mode or the

+ In some Linux systems, *pip* is not directly available in command line, so we have two options:

*Installing pip for Python 3* (assuming that you **already have Python 3 installed**):
*Installing pip for Python (2, 3)* (assuming that you **already have Python installed**):
```bash
## DEBIAN SYSTEMS ##
sudo apt update && sudo apt upgrade
Expand Down Expand Up @@ -213,7 +215,7 @@ As usual, you have the [pip](https://pypi.org/project/pip/) mode or the

### *Installing via easy install*

+ Basically, we will install *Python 3* on our systems, and then we will be able to install [pyGle](https://github.com/Javinator9889/pyGle):
+ Basically, we will install *Python* on our systems, and then we will be able to install [pyGle](https://github.com/Javinator9889/pyGle):

+ [Windows](https://realpython.com/installing-python/#windows)
+ [Linux (all systems)](https://realpython.com/installing-python/#linux)
Expand Down
20 changes: 10 additions & 10 deletions README.rst
Expand Up @@ -20,14 +20,14 @@ Index

`pyGle <https://github.com/Javinator9889/pyGle>`__ aims to be a *very powerful* tool for just **searching the entire web** by using the *Google* technology, without **any limitations** (or almost no one).

Just with a *few lines* of code you will be able to:

- Perform a *normal search* on Google 🔎
- Look at *Google Images* for obtaining all the information you need about a pic 🌅
- Search *the latest news* and also **a lot of articles** on *Google News* 📰
- Filter and obtain *patents* by using *Google Patents* 📝
- Have a look at hundreds of *different products* at *Google Shops* 🛒
- Look for *books*, *magazines* and more at *Google Books* 📘
Just with a *few lines* of code you will be able to:

- Perform a *normal search* on Google 🔎
- Look at *Google Images* for obtaining all the information you need about a pic 🌅
- Search *the latest news* and also **a lot of articles** on *Google News* 📰
- Filter and obtain *patents* by using *Google Patents* 📝
- Have a look at hundreds of *different products* at *Google Shops* 🛒
- Look for *books*, *magazines* and more at *Google Books* 📘
- Videos, videos and more videos at *Google Videos* 🎥

As the speed is a crucial factor, I developed this library in order to be the fastest one for each possible situation.
Expand Down Expand Up @@ -200,7 +200,7 @@ As usual, you have the `pip <https://pypi.org/project/pip/>`__ mode or the `easy
sudo python3 -m pip install g-pyGle
## Without admin permissions ##
pip3 install -U g-pyGle
pip3 install -U g-pyGle
OR
python3 -m pip install -U g-pyGle
Expand Down Expand Up @@ -322,7 +322,7 @@ If you really appreciate my work, you can *contribute to this project* perfectly
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.`

.. |PyPi| image:: https://img.shields.io/badge/v1.12%20-PyPi-green.svg
.. |PyPi| image:: https://img.shields.io/badge/v1.24%20-PyPi-green.svg
:target: https://pypi.org/project/g-pyGle/
.. |ZIP| image:: https://img.shields.io/badge/Package%20-Zip-blue.svg
:target: https://github.com/Javinator9889/pyGle/archive/master.zip
Expand Down
21 changes: 16 additions & 5 deletions pyGle/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b17f41

Please sign in to comment.