/extensionCLI

Example of a CLI with python - know the extension of your files.

Primary LanguagePythonMIT LicenseMIT

extensionCLI

Example of a CLI with python - know the extension of your files.

Usage:

Install the CLI:

pip3 install -e .

Run the command with "ext" + the file extension you want to know about:

ext mp3

How I did it (portuguese):

Como criar uma CLI em python