A basic curses cryptocurrency tracker made for a college project.
Configuration is written in file ~/.cursesGecko/config.ini which is used to read the cryptos to track. Default can be written in program itself.
The program is a Python script so it is run as ./cursesGecko
Issues:
- Pagination
- Refresh is buggy. Might just be the Python module's problem
- Graph is made using a simple normalize algo, have no idea if this is valid for such graphs. Further the idea is to represent trends.