From 7edf1a6e578afe3daff9da4c3b63e4d6434fc44c Mon Sep 17 00:00:00 2001 From: Pratik Pathak Date: Sun, 14 Apr 2024 16:27:12 +0530 Subject: [PATCH] added the python commandline tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c024ee6..1ca763d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ It's a great way to learn. * [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool) * [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html) * [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html) +* [**Python**: _Writing a Interactive Command Line Tool in Python_](https://pratikpathak.com/create-an-interactive-command-line-tool-in-python-%f0%9f%90%8d/) #### Build your own `Database`