python-mini-projects/projects/XKCD_downloader at master · Python-World/python-mini-projects

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

XKCD Downloader

This script can be used to download any issue of the xkcd comics with just a simple command.

How to use this script?

1. Install the requirements with the following line:

pip install -r requirements.txt

2. Run the following command from your terminal

python3 xkcd_downloader.py -l 'issue-number'

Example :

python3 xkcd_downloader.py -l 956