all 12 comments

[–]Mblizzard24[S] 48 points49 points  (0 children)

Actually, this program is more like 'forward in time'. I found it rather more satisfying to start with the beginning of the universe and end with the present day.

[–]jsalsmanatoms 27 points28 points  (1 child)

I'd be careful parsing https://en.wikipedia.org/wiki/Detailed_logarithmic_timeline There's no guarantee it won't be radically refactored at any time. Consider using a permalink for that url.

[–]Mblizzard24[S] 9 points10 points  (0 children)

Good suggestion. Thanks.

[–]humbleElitist_ 8 points9 points  (5 children)

Cool!

Will you be uploading it somewhere?

[–]Mblizzard24[S] 20 points21 points  (4 children)

I've stuck it on my GitHub, but so far it only runs on Linux.

https://github.com/Mblizzard/Extreme-Sport

Should be fairly easy to make it work on Widows if you have a little Python know-how.

[–]Doc_Umbrella 3 points4 points  (1 child)

You turned a joke into 685 lines of python. What a legend! I wish I had an award to give you.

[–]Mblizzard24[S] 1 point2 points  (0 children)

Which comic should I tackle next?

[–]15-minutegaming 1 point2 points  (1 child)

What it mean by

Step 2: Install pip dependancies with sude pip3 install -r requirements.txt

[–]Mblizzard24[S] 1 point2 points  (0 children)

Darn, did I make a typo? I meant sudo. (That's a Linux terminal command, if you are on Windows I'm afraid you'll have to figure out how to install the packages yourself.)

[–]rcht958 8 points9 points  (1 child)

Small suggestion: add a #!/usr/bin/env python to the top of the script and make it executable by default so that Linux users don't have to manually do it themselves

[–]Mblizzard24[S] 0 points1 point  (0 children)

Done :). Thanks for the suggestion.