https://github.com/elucidation/life_crises
Gives common and quite a few uncommon life crises dates based on birthday
https://github.com/elucidation/life_crises
Last synced: 11 months ago
JSON representation
Gives common and quite a few uncommon life crises dates based on birthday
- Host: GitHub
- URL: https://github.com/elucidation/life_crises
- Owner: Elucidation
- Created: 2016-08-26T04:24:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T01:40:33.000Z (over 3 years ago)
- Last Synced: 2025-06-13T05:44:48.902Z (12 months ago)
- Language: Python
- Homepage: http://elucidation.github.io/life_crises
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life crises!
### [Try it out live here!](http://elucidation.github.io/life_crises)
Given your birthday (hard-coded for now) and assuming a 100 year lifespan, this will
print out several of your common life crises (like mid-life crisis, quarter-life crisis), and then several uncommon ones.
Have a two fifths-life crisis party!
Example output for a birthday on August 3rd, 1991:
```
Your birthday: Aug 03, 1991 00:00:00
List of your Life crises:
seventh-life crisis: Nov 14, 2005 20:34:17
fifth-life crisis: Aug 03, 2011 00:00:00
quarter-life crisis: Aug 02, 2016 06:00:00
two sevenths-life crisis: Feb 27, 2020 17:08:34
third-life crisis: Dec 02, 2024 00:00:00
two fifths-life crisis: Aug 03, 2031 00:00:00
three sevenths-life crisis: Jun 11, 2034 13:42:51
mid-life crisis: Aug 02, 2041 12:00:00
four sevenths-life crisis: Sep 23, 2048 10:17:08
three fifths-life crisis: Aug 03, 2051 00:00:00
two thirds-life crisis: Apr 03, 2058 00:00:00
five sevenths-life crisis: Jan 06, 2063 06:51:25
three quarters-life crisis: Aug 02, 2066 18:00:00
four fifths-life crisis: Aug 03, 2071 00:00:00
five sixths-life crisis: Dec 02, 2074 12:00:00
six sevenths-life crisis: Apr 20, 2077 03:25:42
[Finished in 0.5s]
```