Metadata-Version: 2.1
Name: cli-xkcd
Version: 1.0.3
Summary: See the daily xkcd comic from your terminal.
Home-page: https://github.com/bradendubois/xkcd
Author: Braden Dubois
Author-email: braden.dubois@cs.usask.ca
License: UNKNOWN
Description: # xkcd
        
        A command-line tool to access [xkcd comics](https://xkcd.com) from a terminal.
        
        ## Requirements
        
        - [Python 3](https://python.org)
        - [pip](https://packaging.python.org/tutorials/installing-packages/)
        ## Installation
        
        Install the package from [PyPI](https://pypi.org), available as [cli-xkcd](https://pypi.org/project/cli-xkcd/), using [pip](https://packaging.python.org/tutorials/installing-packages/).
        
        ```shell
        pip install cli-xkcd
        ```
        
        ## Usage
        
        After installing, run:
        ```shell
        xkcd
        ```
        
        in a terminal, or, to get a comic of a specific day:
        
        ```shell
        xkcd --comic N
        ```
        
        where `N` is a valid day/comic number.
        
Keywords: xkcd comic terminal beautifulsoup
Platform: UNKNOWN
Description-Content-Type: text/markdown
