Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 528 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 528 Bytes

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