Print text character-by-character.
			
		
		
		
		
		
		
		
		
		
		
		
			| LICENSE.txt | ||
| README.md | ||
| typeprint.py | ||
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.