Skip to main content

A Flask application to check app details from Google Play Store based on package names.

Project description

Package Name Checker

Package Name Checker is a Python package that allows you to check the uniqueness of app package names on the Google Play Store.

Installation

You can install package_name_checker via pip:

pip install package_name_checker

Usage

Example Code

Here's an example of how to use package_name_checker:

from package_name_checker import PackageNameChecker

# Initialize PackageNameChecker
checker = PackageNameChecker()

# Example usage to check a package name
package_name = "com.facebook.katana"
result = checker.check_package_name(package_name)

if result:
    print(f"Package name '{package_name}' exists on Google Play Store.")
    print(f"Details: {result}")
else:
    print(f"Package name '{package_name}' does not exist on Google Play Store.")

Notes:

  • Ensure you have set up your Google Custom Search API and obtained the necessary API key and search engine ID (cx). Replace "your_google_custom_search_api_key" and "your_search_engine_id" with your actual API key and search engine ID from Google Developer Console.
  • Make sure to include a LICENSE file in your project directory with the appropriate license text (e.g., MIT License).

License

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


This README.md file now provides a basic structure for users to understand what your package does, how to install it, and how to use it with an example code snippet. Adjust the content and sections according to your specific package details and requirements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

package_name_checker-1.0.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

package_name_checker-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page