Skip to content
/ pyacc Public

PyACC: instant conversor for many fiat and crypto currencies.

License

Notifications You must be signed in to change notification settings

havocesp/pyacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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