typeprint.py/README.md

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.