Skip to content

A package to easily create a command interpreter for a console-like app

License

Notifications You must be signed in to change notification settings

fastattackv/EZCommandLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EZCommandLine

Pypi GitHub - Total commits GitHub - Last commit Pypi - Monthly downloads Pypi - Total downloads Lines number

This module allows you to easily create a command line interpreter.

The module handles the syntax and the encoding parts to allow you to create an interpreter by only focusing on your project.

You can also export any interpreter you created to make it usable by anyone.

The module is cross-platform and does not require any modules (except os which is preinstalled with python).

For the mentions see 1

How to install

To install the module, just type pip install EZCommandLine in your command line.

Documentation

For more information about the module, see the documentation here.

Footnotes

  1. Mentions:

    Used services for README statistics: shields.io, tokei.rs, pepy.tech

About

A package to easily create a command interpreter for a console-like app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages