Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/linggarm/life-calendar
- Owner: LinggarM
- License: mit
- Created: 2023-03-19T16:24:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T16:34:15.000Z (almost 2 years ago)
- Last Synced: 2024-01-27T07:08:59.346Z (11 months ago)
- Topics: datetime, flask, html, life, life-calendar, memento-mori, python
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```