This is a fan made project, it has no relation to the duino-coin team or the main repository.
This program lets you find out how much your duino-coin would be worth in other currencies and likewise other currencies in duino coin. The prices of other currencies are pulled from the coingecko api and the duino-coin price is pulled from the duino-coin api.
Any PR or issue's are welcome, feel free to contribute.
When you want to update, run the Updater.py to automatically update the files.
git clone https://github.com/swanserquack/duinocoin-convertor
pip install -r requirements.txt
python3 Updater.py or python Updater.py
python3 Convertor.py or python Convertor.py
Go to the release page and download the files. Go into the folder in a command terminal and run:
pip install -r requirements.txt
python3 Updater.py or python Updater.py
python3 Convertor.py or python Convertor.py