From 2460af85eaae38fad6f78965a16e4b086445016f Mon Sep 17 00:00:00 2001 From: peterbrittain Date: Sun, 8 Nov 2015 15:31:57 +0000 Subject: [PATCH] Added asciimatics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fce551d7..e484a2a2 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for building command-line application.* * Command-line Application Development + * [asciimatics](https://github.com/peterbrittain/asciimatics) - Cross-platform, full-screen terminal package (i.e. mouse/keyboard input and coloured, positioned text output) complete with high-level API for complex animations and special effects. * [cement](http://builtoncement.com/) - CLI Application Framework for Python. * [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. * [cliff](http://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.