Skip to main content

No project description provided

Project description

Documentation

Description:

This Python library provides functionalities to get cryptocurrency prices and perform conversions between Iranian Toman (IRT) and USD, for 15 supported cryptocurrencies.

Key Features:

  • Get the current price of various cryptocurrencies in IRT or USD.

  • Convert between IRT and USD for any of the supported cryptocurrencies.

  • Donate to the library developer (optional).

Supported Cryptocurrencies:

TON

BTC

ETH

USDT

SHIB

BNB

DOGE

ADA

SOL

XRP

USDC

ETC

PEPE

ATM

BISO

Installation

pip install YN_EXCHANGE

Usage

  • Importing the library:
import yn_exchange
  • Getting the price of a cryptocurrency:

IRT : Iranian Toman

USD : United States Doller

ton_price_irt = yn_exchange.TON_COIN_PRICE(currency="IRT")

ton_price_usd = yn_exchange.TON_COIN_PRICE(currency="USD")



print(f"1 TON = {ton_price_irt} IRT")

print(f"1 TON = ${ton_price_usd} USD")
  • Converting between IRT and USD:
irt_to_usd = yn_exchange.calculator(100000, "IRT", "BTC")

usd_to_irt = yn_exchange.calculator(10, "USD", "ETH")



print(f"100,000 IRT = ${irt_to_usd} USD")

print(f"$10 USD = {usd_to_irt} IRT")
  • Donating to the library developer (optional):
yn_exchange.donate()

Functions

TON_COIN_PRICE()

BTC_PRICE()

ETH_PRICE()

USDT_PRICE()

SHIB_PRICE()

BNB_PRICE()

DOGE_PRICE()

ADA_PRICE()

SOL_PRICE()

XRP_PRICE()

USDC_PRICE()

ETC_PRICE()

PEPE_PRICE()

ATM_PRICE()

BISO_PRICE()

donate()

calculator()

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

YnExchangePY-2.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

YnExchangePY-2.0.0-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page