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.
|
3 years ago | |
---|---|---|
LICENSE.txt | 3 years ago | |
README.md | 3 years ago | |
typeprint.py | 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.