Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 649 Bytes

File metadata and controls

24 lines (20 loc) · 649 Bytes

Speakeasy

A package that allows you to program python

  • hands-free programming

USAGE

  • simply follow the installation instructions and then you should be able to start the program from terminal
$ python speak.py

INSTALLATION INSTRUCTIONS

  • On Ubuntu
    • Install the program needed to fake keyboard input
    $ sudo apt-get install xdotool
    
    • Install python requirements
    $ sudo pip install -r requirements.txt