From 3989181b66d19fec8c444063cd63738f7b4dcc70 Mon Sep 17 00:00:00 2001 From: steinkirch <1130416+bt3gl@users.noreply.github.com> Date: Mon, 30 Mar 2020 18:34:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e79405..83a06ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ✨ Examples and Boilerplates for Python ✨ +![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/bt3gl/Awesome_Entrepreneur) + * [CLI with Click](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/CLI_app). * [CLI with Argparse](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Argparse_app). * [Dashboards with Dash and Plot.ly](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/dash_app).