NConsole

This is a library to emulate a console and create commands for it


Keywords
console, commands
License
GPL-3.0
Install
pip install NConsole==1.1

Documentation

NConsole

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!

How can you help?

You can contribute to the code by doing something that is in the TODO file and/or in the Issues page

Install

Follow this steps to install NConsole on your machine:

Windows python -m pip install nconsole

Linux/OSX python3 -m pip install nconsole

How to use?

Go to the wiki to start learning how to use this library