From 77dbda2b934c3d2ac7e61c8f1cbfb2a6f3e74397 Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Sat, 22 Jun 2019 00:40:05 +0530 Subject: [PATCH] Adding module to plot graph in console PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c5c12cc..e2639f2 100644 --- a/readme.md +++ b/readme.md @@ -200,3 +200,4 @@ It includes a command-line shell and an associated scripting language. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks. - [psInlineProgress](https://github.com/gravejester/psInlineProgress) - Write inline progress bars in PowerShell. +- [Grpahical](https://github.com/PrateekKumarSingh/graphical) - PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line)