/pyacc

PyACC: instant conversor for many fiat and crypto currencies.

Primary LanguagePythonThe UnlicenseUnlicense

PyACC: Python AltCoins Converter

Description

Altcoin / Fiat currency converter.

Install

Using pip and official github URL

pip install git+https://github.com/havocesp/pyacc.git

Usage

$ pyacc BTC --amount 0.025 --to-currency USD
$ 30.43 USD

Requirements

Changelog

0.1.2

  • Allowed crypto-currencies as "dest" currency.

0.1.1

  • Replaced "begin" dependence by "argparser"
  • Many bug fixes

0.1.0

  • Initial version