Custom (interactive) shell with Python [closed] Custom (interactive) shell with Python [closed] python-3.x python-3.x

Custom (interactive) shell with Python [closed]


The cmd module in the standard library could be a start -- if you have any trouble using it, please post more specific questions (ideally with some toy example showing what you're trying to achieve and what you're getting instead!).


You might have a look at pyparsing. It is definitely only about lexing and parsing, but that's definitely the hardest part of the problem.