typeprint.py/README.md

12 lines
314 B
Markdown

# typeprint.py
Python script to print text/files character-by-character, originally intended for a retro terminal emulator.
# Usage
```
typeprint.py [-f|--file] [-s|--speed] <speed> <input>
```
* `--speed`: specifies interval between each printed character.
* `--file`: specifies `<input>` is a file, not text.