An open API service indexing awesome lists of open source software.

https://github.com/havocesp/pyacc

PyACC: instant conversor for many fiat and crypto currencies.
https://github.com/havocesp/pyacc

altcoins bitcoin-exchange-rates cambio-moneda cli command-line-tool converter cripto-cambio cryptocurrency cryptocurrency-prices currency-converter exchange exchange-rates exchange-rates-calculator price rate value

Last synced: 23 days ago
JSON representation

PyACC: instant conversor for many fiat and crypto currencies.

Awesome Lists containing this project

README

          

# PyACC: Python AltCoins Converter

## Description

Altcoin / Fiat currency converter.

## Install

### Using `pip` and official github URL

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

## Usage

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

## Requirements

- [requests](https://pypi.org/project/requests)

## 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