Skip to main content

A simple library to convert the currency of one country to other, it supports 153 countries' currency

Project description

Google currency

Disclaimer: This package fetch the result from Google using web scrapping. Owner will not be responsible for any misuse of this package. This is solely for the purpose of learning.

A very simple currency converter.

It can convert the currency of 153 codes.

Since the results are fetched from Google directly, you can trust the results :-D

Installation

To install the library run the below command (This will also install requests)

  • pip install google-currency

Usage

from google_currency import convert  

convert('usd', 'inr', 1)  

This will return a JSON response like below

{  
	 "converted": true, 
	 "from": "USD", 
	 "to": "INR", 
	 "amount": "68.56"
 }  

Response description

  • converted: Boolean indicating whether the amount is converted or not, if this is false than it means the
    currency code is not valid and the amount is not converted and it will be equal to 0.

  • amount: Converted amount

  • from: Currency code from which the amount is converted.

  • to: Currency code to which the amount is converted.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

google_currency-1.0.7-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file google_currency-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: google_currency-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for google_currency-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 5f3161ecf08a603c09bed961299878aa15a7fe65222f19d08ff260bc4c15a31e
MD5 1035b7d64d303885dc49042dc5ea9e6d
BLAKE2b-256 5f331f9b9fa244206c41395fe5a90198bc73010ccd11612de8cd23d77f2f9777

See more details on using hashes here.

Supported by

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