-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kamicavi
committed
Oct 3, 2018
1 parent
93b2a63
commit 385bcc5
Showing
2 changed files
with
11 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# PyMatrix | ||
|
||
An attempt at making a cmatrix clone in python. | ||
An attempt at making a cmatrix clone in python. | ||
|
||
# Usage: | ||
-f '<filepath>' Read parameters from <filepath>. | ||
-p Prompts for parameters. | ||
-c <int> Colour. <int> should be a valid colour escape code. | ||
-i <float> The interval between lines. | ||
-s <float> The frequency at which spaces are printed. | ||
-r <int>,<int> ASCII character range to print. [0] and [1] Should be between 32 and 255. | ||
-h Prints this help. | ||
-d Use default parameters. (colour: 92/green, interval: 0.052, space frequency: 0.8, characters: 32,126)/n |
This file was deleted.
Oops, something went wrong.