Building a new REPL or Command Line Interface application?
Already built an application that uses cmd from the python standard library and want to add more functionality with very little work?
cmd2
is a powerful python library for building command line applications.
Start here to find out if this library is a good fit for your needs.
Installation Instructions - how to install
cmd2
and associated optional dependenciesFirst Application - a sample application showing 8 key features of
cmd2
Integrate cmd2 Into Your Project - adding
cmd2
to your projectAlternatives - other python packages that might meet your needs
Resources - related links and other materials