pycoinmon
pycoinmon copied to clipboard
Show the Cryptocurrency Name
Currently the table shows only the Symbol. It should also show name of the cryptocurrency. Additionally it should be possible to find using the name and not just the symbol.
@screwgoth First of all thank you for your contribution!!
I will check it and I will decide if it is good option to add one more column. The table could be very width...
In my opinion, more colums will be too far... Anyway, It will be possible to add some options to show/hide columns. What do you think?
Doesn't look too wide in my opinion (see screenshot).
But if you still feel so, what did you mean by "options to show/hide columns" exactly ?
It will more interesting create different a type of template with different columns configuration.
The idea is add a param called -t
o --template
and specify the template. For example:
pycoinmon --template coinmon
Where coinmon will be the current template (the same that use coinmon project)
I agree with @vgonisanz, it is too wide.
For example, I use a tablet with Windows 10. If I print the code with the name column, the table use all the width of the console:
Also I can see an error because the price column is green and has percentage... Same problem for change(1h) column.
Fixed the error about the price color and % symbol showing up.