├── LICENSE ├── README.md ├── functions.py ├── in_place_editor.py ├── keyboard_listener.py ├── keyboard_listener_full_demo.mp4 ├── replace_functions.py ├── requirements.txt └── special_characters.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/README.md -------------------------------------------------------------------------------- /functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/functions.py -------------------------------------------------------------------------------- /in_place_editor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/in_place_editor.py -------------------------------------------------------------------------------- /keyboard_listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/keyboard_listener.py -------------------------------------------------------------------------------- /keyboard_listener_full_demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/keyboard_listener_full_demo.mp4 -------------------------------------------------------------------------------- /replace_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/replace_functions.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pynput==1.6.8 2 | pyperclip==1.7.0 3 | -------------------------------------------------------------------------------- /special_characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibsonthis/keyboard_listener/HEAD/special_characters.py --------------------------------------------------------------------------------