Skip to main content

An unofficial Google Tools wrapper

Project description

An unofficial Google Tools wrapper

GoogleTools

This library provides a simple interface for accessing GoogleTools features.

Installation

pip install wrapper_google_tools==0.1.0

Usage

from google_tools import GoogleTools as GT

currencyConversion = GT.Finances.currency_conversion

# first example:
>>> result = currencyConversion(base_currency='USD', target_currency='BRL')
>>> print(result)
(1, 4.85)

# second example:
>>> result = currencyConversion(base_currency='USD', target_currency='BRL', only_float=False)
>>> print(result) # don't look like it on the real terminal, just prettyfied it
{
    'conversion': [
        '1 USD',
        '4.85 BRL'
    ],
    'float': (1, 4.85),
    'last_update': 'Nov 21, 5:06:00 AM UTC'
}

Disclaimer

This library is provided for educational purposes only and should not be used in production environments. It is not affiliated with Google and may not always provide accurate or up-to-date currency conversion rates. For real-time currency conversion services, please refer to official financial sources.

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

google-tools-wrapper-0.1.0.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file google-tools-wrapper-0.1.0.tar.gz.

File metadata

  • Download URL: google-tools-wrapper-0.1.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for google-tools-wrapper-0.1.0.tar.gz
Algorithm Hash digest
SHA256 089c3dbeead2e53b9e18860bc95664cfda8f3dbb57ce2721c80f0fd384c4731d
MD5 935bf8c47eb7a37e6162b53d4ff61d6a
BLAKE2b-256 8ef42d8a00d8565f09061f6fe737146ebc407ee35ab9a36e63f6745c2169574f

See more details on using hashes here.

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