Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linggarm/life-calendar

Very simple python project that visualize our life progress and the distance to our eventual death. Consist of daily-based & weekly-based calender. Build using Flask & Datetime (built-in library). This can be used for "Memento Mori" (Remember that we all will die)
https://github.com/linggarm/life-calendar

datetime flask html life life-calendar memento-mori python

Last synced: about 1 month ago
JSON representation

Very simple python project that visualize our life progress and the distance to our eventual death. Consist of daily-based & weekly-based calender. Build using Flask & Datetime (built-in library). This can be used for "Memento Mori" (Remember that we all will die)

Awesome Lists containing this project

README

        

# Life Calendar
Very simple python project that visualize our life progress and the distance to our eventual death. Consist of daily-based & weekly-based calender. Build using Flask & Datetime (built-in library). This can be used for "Memento Mori" (Remember that we all will die)

## Screenshoots
![Screenshot](images/screenshots.png)

## Installation
Install Flask by using this command :

```
pip install Flask==2.0.3
```

Or by installing requirements.txt

```
pip install -r requirements.txt
```

## Usage
Run the flask app by executing this command :
```
python app.py
```
Or :

```
flask run
```