agh372 / XKCD-CLI

This is a Python script which parses xkcd comics using BeautifulSoup and displays the posts in terminal window in ANSI format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XKCD-CLI

This is a python script which parses xkcd.com using BeautifulSoup and displays the posts (images) in terminal window in ANSI format.

Screenshot

Screenshot (951)

Instructions

1)Clone the project:

     git clone https://github.com/MrRobot9/xkcd-CLI.git
     cd xkcd-CLI

2)Install the project's development and runtime requirements:

	pip install -r requirements-dev.txt
  1. Run the main file

    python main.py
    

About

This is a Python script which parses xkcd comics using BeautifulSoup and displays the posts in terminal window in ANSI format.


Languages

Language:Python 100.0%