python-xkcd icon indicating copy to clipboard operation
python-xkcd copied to clipboard

An unofficial python interface to xkcd. https://pypi.python.org/pypi/xkcd/

Results 5 python-xkcd issues
Sort by recently updated
recently updated
newest added

Use new convert_file instead of deprecated and removed convert.

Add getNumber and getLink fixed #18

This is a minor issue, but right now, getting the link of xkcd 2354 returns https://www.xkcd.com/2354, even though the www. is superfluous. The url you get by going to the...

Right now, calling getExplanation() on xkcd 999 will return **https://www.explainxkcd.com/999**. This is ok for basic needs because the page redirects to the actual url, which is **https://www.explainxkcd.com/wiki/index.php/999:_Cougars**. However, this difference...

# Added two functions to the `Comic` class: ### Get Date ```py getDate(dateType="MDY") ``` Returns the comic's date in one of three formats, defaulting to Month/Day/Year Possible formats: * Month/Year/Day...