Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 541 Bytes

File metadata and controls

13 lines (11 loc) · 541 Bytes

PyMatrix

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