A program for converting currencies
- You can launch the program by typing
python coin.py - (Linux only) Or you could
chmod +x coin.pyand create a softlink to the program in your PATH.
Also usecoin -hfor the help menu. A man page is coming soon.
Currently only Unix based systems are supported but support for Windows is coming soon. There might even be a GUI. The support for API keys is not yet available as it introduced complications. I will implement it eventually if there's a strong userbase.
I wanted to mention this was made possible by the wonderful API created by Manuel "Manny" Vergel on https://currencyconverterapi.com
"Science isn't about why, it's about why not?"
-Cave Johnson
I was trying to learn libraries I never used before. And I learned some stuff in the process.
Please open an issue in case you found a bug.