This tool allows you to convert prices between different cryptocurrencies and fiat or other cryptocurrencies. It is powered by the CoinGecko public API.
- Convert prices between different cryptocurrencies (e.g. Bitcoin to Ethereum)
- Convert prices between cryptocurrencies and fiat currencies (e.g. Bitcoin to USD)
- Uses real-time market data to provide accurate conversions
- Simple command-line interface for easy use
- No external depedencies, written from the ground up in Python 3
Clone this repo:
$ git clone https://github.com/jerryyf/coinvert.git
Run the app from src directory:
$ cd src
$ python3 app.py