X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=03382554e2dbfc538aca8107777ed15ee789546c;hp=70a9501cab411936b5644c53a5906b4975bdc32e;hb=6fb8fb729535839b201527cc04662588df3ea425;hpb=a0908b9bfc9d12ab7b87af794045ebe361a9702f diff --git a/enhance_table.py b/enhance_table.py index 70a9501..0338255 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -137,6 +137,9 @@ table, tr, th, td { border: 1px solid black; } .day_row:nth-child(7n+2) { background-color: yellow; } .district_name { writing-mode: vertical-rl; transform: rotate(180deg); } +

Table of Berlin's Corona infection number development by districts. +

+

Updated daily at 9pm. Source code. Text view optimized for terminal curl.

""") @@ -194,6 +197,8 @@ Abbrevations/explanations: intro += "%s: %s\n" % (k, translate[k]) intro += """ Source code: https://plomlompom.com/repos/?p=berlin-corona-table + +HTML view: https://plomlompom.com/berlin_corona.html """ print(intro)
date