You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its a calculator written in python, its purpose is to convert any amount of dollars to an equivalent amount of crypto. Only works with the current top 10 cryptocurrencies on coinmarketcap. (For now)
1. In order to run this calculator, first make sure you have Python 3 installed. If you don't have python installed; you can get it here. Make sure that you add python to your PATH, there is a checkbox that you can tick while installing it.
2. Open a command prompt window as an Administrator
3. Next, install the requests library for python by entering the following line of code into the command prompt:
pip install requests
4. Finally its time to run the calculator. First use command prompt to navigate over to the folder in which CurrencyCalc.py is currently residing, then run the following command:
python CurrencyCalc.py
5. Happy Calculating!
About
Python calculator to convert any amount of dollars to an equivalent amount of crypto. Only works with the current top 10 cryptocurrencies on coinmarketcap.