Do you need a library to emulate a console in Python? And you want it to be modular and all other fancy stuff? This is the right place! With this library, you can emulate a console and create commands for it, all of it with little effort!
You can contribute to the code by doing something that is in the TODO file and/or in the Issues page
Follow this steps to install NConsole on your machine:
Windows
python -m pip install nconsole
Linux/OSX
python3 -m pip install nconsole
Go to the wiki to start learning how to use this library