Skip to content

This is the original Typist application written by Daniel Evans

License

Notifications You must be signed in to change notification settings

thetinkeringtypist/typyst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typyst

A service that allows your computer to sound like a keyboard without being tied to a particular text editor or word processor.

Installing Dependencies

You will need python3, pip3, pynput, wave, glob

#! For Ubuntu based systems
sudo apt-get install python3 pip3
sudo -H pip3 install pynput glob wave

Configuration

You need to change the location string for the .wav files in initialize()

Usage

./typyst.py

hit some keys (they echo back out)

hit ESC twice to quit (not sure why)

About

This is the original Typist application written by Daniel Evans

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%