typeprint.py/README.md
2020-03-04 21:44:21 +00:00

314 B

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.