In my previous post (https://steemit.com/cryptocurrency/@hmushtaq/a-simple-but-nice-looking-python-based-crypto-portfolio-app-built-by-me), I discussed the improvements I made to the user interface of my Python based crypto portfolio app, which you can find at https://github.com/HamidMushtaq/steemtools/tree/master/coinsworth_html.
This time, I have added two more features. Firstly, I also show the table for the combined amounts of the coins. Previously, I only showed a table for each exchange/location. Secondly, the percentage changes in the last 1 and 24 hours, are now shown as progress bars (Steem dollars is showing a lot of green there!), as you can see from the figure below.
The program still remains quite simple, with just 228 lines of code. If you have any suggestions to further improve this program, kindly let me know.