Socket
Socket
Sign inDemoInstall

bitcoin-value

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bitcoin-value

A module to fetch the latest value of Bitcoin in different currencies.


Maintainers
1

Readme

Bitcoin Value

A Python module to fetch the latest value of Bitcoin in different currencies.

PyPi Version MIT License

Table of Contents

Installation

You can install the bitcoin-value module using pip:

pip install bitcoin-value

Usage

Getting Bitcoin Value

You can use this module to get the current value of Bitcoin in various currencies. Here's an example of how to use it:

from bitcoin_value import currency

# Specify the currency code (e.g., "USD", "EUR")
bitcoin_value = currency("USD")

# Print the Bitcoin value in the specified currency
print(f"1 BTC is equivalent to {bitcoin_value} USD")

Contributing

Contributions to this project are welcome. If you have any improvements or bug fixes, please submit a pull request.

License

This project is licensed under the MIT License.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc