Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 436 Bytes

File metadata and controls

19 lines (10 loc) · 436 Bytes

Keyboard Layout Translator

Encode and decode text typed on the wrong keyboard layout.

Usage

  • Run launcher.py

  • Enter your text and press enter

Dependencies

Python 3: Download link

Notes

  • New layouts can be added by defining a new dictionary and adding a new function in keyboard_layout_encode_and_decode.py.

    Then switch out or add on the function calls to launcher.py