Skip to content

A program to download comics of the popular webcomic series XKCD.

License

Notifications You must be signed in to change notification settings

AshishShenoy/xkcdwld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xkcdwld

xkcdwld is a small python script for downloading XKCD comics, which is a popular webcomic series. This program can be used to download a specific number of latest comics, or all comics within a comic number range or specific comics.

This program requires Python 3.6 or above versions to run.

In addition, the following dependencies in the form of Python 3 libraries are needed:

  • requests
  • BeautifulSoup4

Install these with the command:

$ sudo pip3 install requests bs4

Download:

$ git clone https://github.com/AshishShenoy/xkcdwld.git

About

A program to download comics of the popular webcomic series XKCD.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages