/pycli-apps

Sample command line apps built using Python, Click, and Typer

Primary LanguagePython

Python Command Line Applications

Libraries/Frameworks Used

Features

  • Single Argument
  • Multiple Arguments
  • File Arguments
  • User Input Prompts
  • Options:
    • Long Form
    • Abbreviated
    • Flags
    • Choices

Setup

Below is the list of dependencies that we need to build the project

  • Python 3
  • Python Poetry
  • Python'c Click and Typer libraries
  • VS Code editor

Poetry Installation

Python Dependencies

Debugging

Debugging using VS Code

Resources