Parley is a program to help you memorize things. It supports many
language specific features but can be used for other learning tasks
just as well. It uses the spaced repetition learning method, also
known as flash cards.
fortune-mod-bible is the King James V Bible processed into the fortune format.
Original text is in the public domain.
YABT means Yet another Braille Translator.
YABT is a general purpose Braille translation system
written in pure python. It is primarily designed to
be used by the BrlTex Project, but due to its general
design it may be suited to use in other projects.
Currently YABT has a table for translation in to British
Braille encoded in ASCII Braille, but tables for other
codes and other output encodings such as unicode Braille
are possible.
PyOSD is a python module for displaying text on your X display,
much like the "On Screen Displays" used on TVs and some monitors.
Pexpect makes Python a better glue for controlling child applications.
Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like
Don Libes' Expect. Pexpect allows your script to spawn a child application
and control it as if a human were typing commands.
Pexpect can be used for automating interactive applications such as ssh, ftp,
passwd, telnet, etc. It can be used to a automate setup scripts for duplicating
software package installations on different servers. It can be used for
automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
Pexpect is pure Python. The Pexpect interface was designed to be easy to use.
Yolk is a Python library and command-line tool for obtaining information
about packages installed by setuptools and packages on PyPI (Python Package
Index a.k.a. The Cheese Shop).
This library provides a text mode progressbar. This is typically
used to display the progress of a long running operation, providing
a visual clue that processing is underway.
The ProgressBar class manages the progress, and the format of the
line is given by a number of widgets. A widget is an object that
may display diferently depending on the state of the progress.
There are three types of widget:
- a string, which always shows itself;
- a ProgressBarWidget, which may return a diferent value every time
it's update method is called; and
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
it expands to fill the remaining width of the line.
With this proxy, you can serve distributed.net clients.
It allows you to establish one of your own machines as a buffer between
your clients and one of the keyservers that are officially run by the
distributed.net organizers. This will allow your clients to waste less
time trying to connect to one of the main proxies, since the personal
proxy will already have more key blocks waiting for your clients when
they're ready.
pspresent is a presentation tool to display full-screen PostScript
presentations. It provides simple navigation, and double-buffers for
seamless transitions.
Powerline is a statusline plugin for vim, and provides statuslines and prompts
for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
and Qtile.