Skip to content

kamicavi/PyMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages