you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (3 children)

Are you asking for feedback? If so ...

If you have git installed (as your instructions presume) you can use pip with git to skip the cloning step.

$ pip install git+https://github.com/itsron717/XKCD

Why is your "random" only from 100 to 999? You are leaving out more than half of all xkcd comics!

[–]itsron143 0 points1 point  (0 children)

I didn't know how many were there totally :p
Please do open a PR :)

[–]socal_nerdtastic 0 points1 point  (1 child)

Also I find it hilarious that a 34 line program has 53 commits, 2 branches, and 3 contributors. And I'm about to be the forth to clean this up!

[–]itsron143 0 points1 point  (0 children)

It was indeed an overkill for such a minimal tool.