Funny little Python project: My Life Calendar

Django application to visualize My Life Calendar

Simone Rigoni
1 min readMay 1, 2022
Application homepage

When I have first saw the my life calendar I was impressed by it. It made me think about how the time just flows without we even noticing it. It is a great idea to visualize it so I have decided to make my own version of the life calendar.

The idea is quite simple: we take in input the date of birth and a life expectancy and we visualize the lived days and the remaining days with different colors.

I have taken the life expectancy in Italy from here to initialize the life expectancy counter.

By clicking the Download button it is possible to download the calendar in Excel format.

I want to close this story with a citation:

“Don’t count the days, make the days count.” — Muhammad Ali

Well in this case I am counting the days but the goal here is to inspire you to make the days count.

Note: Code can be found in this github repository

--

--