XKCD icon indicating copy to clipboard operation
XKCD copied to clipboard

A minimal command line tool for your daily dose of xkcd comics written in python. Feel free to contribute!

Results 5 XKCD issues
Sort by recently updated
recently updated
newest added

I thought it would be nice to have comic information (Title, Publish Date, Number, and Alt Text) written to the terminal output. Sorry if there's a better way to do...

There was a problem with the command, a python error, here is the log Traceback (most recent call last): File "/home/selene/.local/bin/xkcd", line 11, in load_entry_point('xkcd==0.1', 'console_scripts', 'xkcd')() File "/home/selene/.local/lib/python3.6/site-packages/click/core.py", line...

According to [this comment](https://github.com/itsron717/XKCD/issues/5#issuecomment-482522940) Even running `xkcd` without any args should get random comic. However, since XKCD's API (likely) has changed, the original `else` segment would always return a constant...

Add instructions for installing on Arch Linux

Hi, I have tested the application on windows and it seems to work. `xkcd - -random` opens up my default photo viewer and shows me a random xkcd comic every...