Print text character-by-character.
mit
Go to file
Harvey Tindall 0372ce21fc rewrite from 2018 2020-03-04 21:44:21 +00:00
LICENSE.txt rewrite from 2018 2020-03-04 21:44:21 +00:00
README.md rewrite from 2018 2020-03-04 21:44:21 +00:00
typeprint.py rewrite from 2018 2020-03-04 21:44:21 +00:00

README.md

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.