1st commit

This commit is contained in:
Harvey Tindall
2015-07-06 00:20:42 +09:00
commit 4e298d749d
2 changed files with 53 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# typeprint.py
A terrible python script to output the contents of a file as if it were being typed by one of the l33t hack3rs you get in films. I made this because vypr's [typeprint](http://github.com/vypr/typeprint) didn't have an easy way to change the speed of output.
# Usage
```
typeprint.py --ifile <input file> --speed <1 - 5>
```