A few days ago, in my post https://steemit.com/cryptocurrency/@hmushtaq/this-simple-program-calculates-the-total-worth-of-all-your-coins, I told that I wrote a simple python program that can show the total worth of all your cryptos combined. However, the presentation of the results left much to be desired.
In my new program, namely coinsworth_html.py, which you can find at https://github.com/HamidMushtaq/steemtools/tree/master/coinsworth_html, I display the results in an html page. For each coin, I also display its icon if it is found in the images folder there, where I have already put the images of the most popular coins. If image of any coin is not found, you can add it yourself in the images folder. The name of that png file should correspond to the name of the coin. For example, for steem-dollars, it should be steem-dollars.png.
Just to show you how the display looks like, I ran the program with the example input file coins.txt a while ago, and here is what I got. The total worth here is shown below the table.
When you run the program, it will both save and open the generated html file. These html files are saved in a folder html and their names contain the time and date when the program was run. In this way, you can keep the history of the total worth of your coins for different times.
I hope you like the presentation of this new program. I would like to read your opinions on this and also your suggestions on how to improve this program.