Merge pull request #74 from PrateekKumarSingh/master

Adding PowerShell Module: Graphical
Looks good! Thanks for the contribution.
This commit is contained in:
Janik von Rotz 2019-06-23 23:04:03 +02:00 committed by GitHub
commit 6e7aea416b
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.
- [Graphical](https://github.com/PrateekKumarSingh/graphical) - PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line)