Skip to content

This is the original Typist application written by Evan Bezeredi

License

Notifications You must be signed in to change notification settings

PilotSSW/Typyst-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

This is the original Typist application written by Evan Bezeredi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages