gappinfo

Google App Information Tool


Keywords
google, apps, android
License
MIT
Install
pip install gappinfo==0.3

Documentation

Google_Play_App_Info

A simple tool to fetch Playstore App information.With this python script you will be able to get an app information in a jiffy.

Prerequisites

python3

Dependencies

Install the following three python modules before executing Google_Play_App_Info

  • re
  • beautifulsoup4
  • requests
pip install re

pip install bs4

pip install requests

OR

Quickly resolve dependencies using:

pip install -r requirements.txt

Usage

pip3 install gappinfo

OR

python main.py

Screenshots

Output

OutputFile

Author

Gautham Prakash

My other projects:github.com/gauthamp10

License

This project is licensed under the MIT License - see the LICENSE.md file for details