/NConsole

A library to make a console in Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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