Eh bien avec une histoire.
Où est aujourd'hui?
$ python -c "from calendar import TextCalendar as c;from datetime import datetime as d;import re;print(re.compile(r'(\s+)({})(\s+)'.format(d.today().day)).sub(r'\1\033[92;4m\2\033[0m\3', c().formatmonth(*d.today().timetuple()[0:2])))"
Calendrier de bureau? Je ne sais pas
Recommended Posts