Added asciimatics

This commit is contained in:
peterbrittain 2015-11-08 15:31:57 +00:00
parent 49ab410000
commit 2460af85ea

View File

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