From 53a45001ce37eefd863e40f4b3a448f361280eba Mon Sep 17 00:00:00 2001 From: TS-SAHANA <115524513+TS-SAHANA@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:57:15 +0530 Subject: [PATCH] Add Typer to Command-line Interface Development section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 796242045..5ae62e7de 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands. * [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object. * [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - A library for building powerful interactive command lines. + * [Typer](https://github.com/tiangolo/typer) - Modern CLI framework that uses Python type hints. Built on Click and Pydantic. * Terminal Rendering * [alive-progress](https://github.com/rsalmei/alive-progress) - A new kind of Progress Bar, with real-time throughput, eta and very cool animations. * [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations).