Metadata-Version: 2.1
Name: EZCommandLine
Version: 1.0.0
Summary: A package to easily create a command interpreter for a console-like app
Author: Fastattack
License: MIT License
Project-URL: Homepage, https://github.com/fastattackv/EZCommandLine
Project-URL: Issues, https://github.com/fastattackv/EZCommandLine/Issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# EZCommandLine

[![Pypi](https://img.shields.io/pypi/v/EZCommandLine?label=Pypi)](https://pypi.org/project/EZCommandLine)
[![GitHub - Total commits](https://img.shields.io/github/commit-activity/t/fastattackv/EZCommandLine?label=Total%20GitHub%20commits&color=darkblue)](https://github.com/fastattackv/EZCommandLine)
[![GitHub - Last commit](https://img.shields.io/github/last-commit/fastattackv/EZCommandLine?label=Last%20GitHub%20commit&color=darkblue)](https://github.com/fastattackv/EZCommandLine)
[![Pypi - Monthly downloads](https://img.shields.io/pypi/dm/EZCommandLine)](https://pypi.org/project/EZCommandLine)
[![Pypi - Total downloads](https://static.pepy.tech/personalized-badge/EZCommandLine?period=total&units=international_system&left_color=grey&right_color=green&left_text=Total%20Downloads)](https://pypi.org/project/EZCommandLine)
[![Lines number](https://tokei.rs/b1/github/fastattackv/EZCommandLine?category=lines)](https://github.com/fastattackv/MoreCustomTkinterWidgets/tree/main/Source%20Code)

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](Documentation.md).

[^1]: Mentions:
    
    Used services for README statistics: [shields.io](https://img.shields.io), [tokei.rs](https://github.com/XAMPPRocky/tokei), [pepy.tech](https://github.com/psincraian/pepy)
