typeprint.py/README.md

12 lines
314 B
Markdown
Raw Permalink Normal View History

2015-07-05 17:20:42 +02:00
# typeprint.py
2020-03-04 22:44:21 +01:00
Python script to print text/files character-by-character, originally intended for a retro terminal emulator.
2015-07-05 17:20:42 +02:00
# Usage
```
2020-03-04 22:44:21 +01:00
typeprint.py [-f|--file] [-s|--speed] <speed> <input>
2015-07-05 17:20:42 +02:00
```
2020-03-04 22:44:21 +01:00
* `--speed`: specifies interval between each printed character.
* `--file`: specifies `<input>` is a file, not text.