/Typyst-Python

This is the original Typist application written by Evan Bezeredi

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Typyst

A typewriter service for your Linux system! Have typewriter sounds play with each keystroke regardless of which application is running!

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)