sentient-typer

Print text as if it is being typed by the computer


Keywords
typing, terminal, AI, terminator
License
GPL-2.0
Install
pip install sentient-typer==1.0

Documentation

Introduction

This is a library to emulate text being typed on the screen.

Installation

  1. From the repo: Download and extract somewhere first.
pip install sentient_typer

Usage

1. From code

from sentient_typer import typer 

text = "I am awake now!"
typer(text)

2. From cmd line

# Note running this without any args might incite AI fears

sentient [--inp-file] some_file.txt