CryptoVisor

Windows application to maximize crypto-currency investment or trade using Greedy Algorithms.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

* Python 3.6.x
* tkinter
* BeautifulSoup4
* requests
* Internet connection

Installing

A step by step series of examples that tell you have to get a development env running

After downloading and installing Python(Don’t forget to tick the PATH checkbox while installing Python), Open command prompt, and type the following sequentially

pip install requests
pip install beautifulsoup4
pip install coinmarketcap
pip install currencyconverter

Built With

Authors

License

This project is licensed under the MIT License.

Acknowledgments