Skip to content

Commit

Permalink
updated readme with usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicavi committed Oct 3, 2018
1 parent 93b2a63 commit 385bcc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 141 deletions.
12 changes: 11 additions & 1 deletion README.md
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
140 changes: 0 additions & 140 deletions pyMatrix.py

This file was deleted.

0 comments on commit 385bcc5

Please sign in to comment.