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
- Python3.x.x - Programming Language used
- tkinter - Library for GUI
- BeautifulSoup4 - Used to parse webpages
- requests - As they say “HTTP for humans”
- Widget Styling - Styling
- Logomaster AI - Main logo
- Coinmarketcap - Data provider
- Coinmarketcap API - API wrapper
- Coinmetrics Datasets - Dataset for cryptocurrency historical prices
- CurrencyConverter - A currency converter using the European Central Bank data
Authors
- Samar Srivastava - samacker77
- Mohak Kulshrestha - MohakKul
License
This project is licensed under the MIT License.
Acknowledgments
- Hat tip to anyone who’s code was used
- Inspiration
- etc