Print text character-by-character.
mit
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harvey Tindall 0372ce21fc rewrite from 2018 3 years ago
LICENSE.txt rewrite from 2018 3 years ago
README.md rewrite from 2018 3 years ago
typeprint.py rewrite from 2018 3 years ago

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.