Skip to content

Enn3Developer/NConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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