Metadata-Version: 2.1
Name: get-crypto-price
Version: 0.2.0
Summary: A library to getting crypto price.
Home-page: https://github.com/onuratakan/get_crypto_price
Author: Onur Atakan ULUSOY
Author-email: atadogan06@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >= 3
Description-Content-Type: text/markdown
License-File: LICENSE


# Get Crypto Price
A library to getting crypto price.
# Install
```
pip3 install get-crypto-price
```
# Using
## In another script
```python
from get_crypto_price import get_crypto_price
# get_crypto_price(source = "bitstamp", crypto="btc", pair = "usdt")
print(get_crypto_price())
```
## In command line
```console
  -h, --help            show this help message and exit
  -s SOURCE, --source SOURCE
                        Source
  -c CRYPTO, --crypto CRYPTO
                        Crypto
  -p PAIR, --pair PAIR  Pair
```
```console
get_crypto_price
```


