Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ids1024/wikicurses

A simple curses interface for MediaWiki sites such as Wikipedia.
https://github.com/ids1024/wikicurses

Last synced: about 2 months ago
JSON representation

A simple curses interface for MediaWiki sites such as Wikipedia.

Awesome Lists containing this project

README

        

Wikicurses
==========

A simple curses interface for MediaWiki sites such as Wikipedia.

This was originally a fork of [cliwiki](https://github.com/AnirudhBhat/cliWiki.py).

Dependencies
------------
- [Python 3](http://www.python.org)
- [Urwid](http://www.urwid.org)
- [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup)
- [lxml](http://lxml.de/)

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`.