dimakiss / Keyboard_Auto_Complete

Python script that replaces keyboard written shortcuts with the full-length text while writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard_Auto_Complete

Python script that replaces keyboard written shortcuts with the full-length text while writing (after the written short word press 'space').
Example: set the word "myemail" to be your actual email address, And every time "myemail" will be written it will be replaced with actual email

Install Requirements

pip install -r requirements.txt

Usage

Running


python AutoKeyboard.py

Adding


python AutoKeyboard.py -add [shortcut] [full_word]

You can add manually to the text file shortcuts.txt (default) int the format of [shortcut],[full_word]

About

Python script that replaces keyboard written shortcuts with the full-length text while writing

License:GNU General Public License v3.0


Languages

Language:Python 100.0%