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.
- Host: GitHub
- URL: https://github.com/havocesp/pyacc
- Owner: havocesp
- License: unlicense
- Created: 2018-10-12T12:50:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T15:30:29.000Z (11 months ago)
- Last Synced: 2024-12-01T16:31:53.423Z (10 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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