Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 751 Bytes

cursesGecko

A basic curses cryptocurrency tracker made for a college project.

xfce4-term

xfce4-term2

vt100

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:

  1. Pagination
  2. Refresh is buggy. Might just be the Python module's problem
  3. 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.