Adding module to plot graph in console

PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line)
This commit is contained in:
Prateek Singh 2019-06-22 00:40:05 +05:30 committed by GitHub
parent 95d1800ead
commit 77dbda2b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,3 +200,4 @@ It includes a command-line shell and an associated scripting language.
Explore and invoke private APIs like nobody is watching. Explore and invoke private APIs like nobody is watching.
Useful for security research, testing and quick hacks. Useful for security research, testing and quick hacks.
- [psInlineProgress](https://github.com/gravejester/psInlineProgress) - Write inline progress bars in PowerShell. - [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)