# CoinConverter
## How To Use
```python
from coinconverter import convert
amount = "10"
from_currency = "USD"
to_currency = "PHP"
print(convert(amount, from_currency, to_currency))
```
## Output:
```
588.70
```
Raw data
{
"_id": null,
"home_page": null,
"name": "coinconverter",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, currency, converter, realtime, convert, exchange, exchange rate, exchange rates",
"author": "EdexCode",
"author_email": "edexcode@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/1d/f7/8ce0470c8a1b715e8f54d7d24fbc13922aa6b07a0153fb3f3ff5fbe9609b/coinconverter-1.0.0.tar.gz",
"platform": null,
"description": "# CoinConverter\n\n## How To Use\n```python\nfrom coinconverter import convert\n\namount = \"10\"\nfrom_currency = \"USD\"\nto_currency = \"PHP\"\n\nprint(convert(amount, from_currency, to_currency))\n```\n## Output:\n```\n588.70\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Real-time currency converter",
"version": "1.0.0",
"project_urls": {
"GitHub": "https://github.com/EdexCode/coinconverter"
},
"split_keywords": [
"python",
" currency",
" converter",
" realtime",
" convert",
" exchange",
" exchange rate",
" exchange rates"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "53fb0e583928c8458d87239b17df7b5667515b445d26af473aa0d19b29a53372",
"md5": "14c53e2a9eff74c704c5abff1242f7a1",
"sha256": "3a14739b5ea6f919d9092b6e2d75353707a773ff46ea89420a41f4cb3d9ebdc5"
},
"downloads": -1,
"filename": "coinconverter-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "14c53e2a9eff74c704c5abff1242f7a1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2285,
"upload_time": "2024-06-22T16:20:50",
"upload_time_iso_8601": "2024-06-22T16:20:50.471265Z",
"url": "https://files.pythonhosted.org/packages/53/fb/0e583928c8458d87239b17df7b5667515b445d26af473aa0d19b29a53372/coinconverter-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1df78ce0470c8a1b715e8f54d7d24fbc13922aa6b07a0153fb3f3ff5fbe9609b",
"md5": "03d9ae8d6e5788ad6c625677ed6c9820",
"sha256": "b0f3a6501076f75fb754fe0b283540b189bc18168702d29df6d1187f0370c774"
},
"downloads": -1,
"filename": "coinconverter-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "03d9ae8d6e5788ad6c625677ed6c9820",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2462,
"upload_time": "2024-06-22T16:20:52",
"upload_time_iso_8601": "2024-06-22T16:20:52.044970Z",
"url": "https://files.pythonhosted.org/packages/1d/f7/8ce0470c8a1b715e8f54d7d24fbc13922aa6b07a0153fb3f3ff5fbe9609b/coinconverter-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-22 16:20:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "EdexCode",
"github_project": "coinconverter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "coinconverter"
}