Skip to content
/ typer Public

Typer is a library for building CLI applications that users will love using and developers will love creating.

Notifications You must be signed in to change notification settings

Reza4096/typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

typer simple project

A cli application

Description

Typer is a library for building CLI applications that users will love using and developers will love creating.

Getting Started

Requirements

  • Python 3.6+
  • Typer stands on the shoulders of a giant. Its only internal dependency is Click.

Installation

pip install "typer[all]"

Run it

python main.py hello Reza
python main.py goodbye Reza
python main.py goodbye Reza --formal

Help

You get a --help for free

python main.py --help
python main.py hello --help
python main.py goodbye --help

About

Typer is a library for building CLI applications that users will love using and developers will love creating.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages