Python command line application for currency convertion
Project description
# Terminal-currency-converter
This is a rest based service written with python that uses the existing https://api.ratesapi.io service to get the JSON output for all the currencies with respect to a base currency. Usually the base currency can be altered according to the users needs.
A simple get call example can explain the working
` https://api.ratesapi.io/api/latest?base=USD ` The above example returns a JSON that contains the corresponding values of the present day currency with respect to the base currency provided in the URL.
## Installation
Use the package manager [pip](https://pypi.org/project/cconvert/) to install cconvert.
` pip install cconvert `
## Usage
` cconvert 1 usd inr `
## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License [MIT](https://choosealicense.com/licenses/mit/)
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
Built Distribution
File details
Details for the file cconvert-1.5.tar.gz
.
File metadata
- Download URL: cconvert-1.5.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.5.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcaec98658960d8cec73cadb7ea345f420bf0d8dec50ebe2162b0ba67e99b632 |
|
MD5 | 04a1870860f850e383b913e2178a804e |
|
BLAKE2b-256 | d2c541cac80e102d68fd505e2db2ab9e0f4226834f08c8461df801dd7170b43e |
File details
Details for the file cconvert-1.5-py3.5.egg
.
File metadata
- Download URL: cconvert-1.5-py3.5.egg
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.5.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d48f9f554d415963bb6924f08405be62eae831a4d6d8f07e492b2ad8026435c |
|
MD5 | 79e5123d5b42cc10a1b1b9dbfb47dee4 |
|
BLAKE2b-256 | b62b30783163dae9a2750f188aa08f6fbb558473166ce7d3e3e39b2aac0cc4a6 |