Skip to content

Commit

Permalink
updated readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicavi committed Oct 3, 2018
1 parent 385bcc5 commit 77351be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
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
-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

0 comments on commit 77351be

Please sign in to comment.