Wikicurses

A simple curses interface for accessing Wikipedia.


License
MIT
Install
pip install Wikicurses==1.4

Documentation

Wikicurses

A simple curses interface for MediaWiki sites such as Wikipedia.

This was originally a fork of cliwiki.

Dependencies

Installation

On Arch Linux, wikicurses is in the Community repository and can be installed with pacman -S wikicurses.

Otherwise, it can be installed like other Python projects with pip install wikicurses, or by cloning the repository and calling ./setup.py install.