Metadata-Version: 2.1
Name: btc-price
Version: 0.0.5
Summary: Package to get btc prize in an easy way.
Home-page: https://github.com/HexyeDEV/btc_price
Author: Hexye
License: UNKNOWN
Keywords: Bitcoin price
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# btc_price
Package to get btc prize in an easy way.

# DOCS

# Get the bitcoin price in any currency:

print(btcprice("USD"))

# See how many bitcoin you can get with a certain amount of a  currency:

print(currency_to_btc(120.50, "USD"))

# See how much is a certain amount of bitcoin in a currency:

print(btc_to_currency(0.2, "USD"))


