A simple Python GUI application built with Tkinter for converting keyboard characters between English and Hebrew layouts.
This Python application provides a graphical user interface (GUI) for converting keyboard characters between English and Hebrew layouts. It includes two conversion modes: "Hebrew to English" and "English to Hebrew." The conversion is based on predefined character dictionaries for each layout.
- Convert keyboard characters from Hebrew to English layout.
- Convert keyboard characters from English to Hebrew layout.
- Copy the conversion result to the clipboard.
- Make sure you have Python installed on your system.
- Clone this repository to your local machine:
git clone https://github.com/OrelAshush123/Keyboard-Character-Converter.git
- Choose the conversion mode by selecting the radio button: "He to En" (Hebrew to English) or "En to He" (English to Hebrew).
- Enter the text you want to convert in the text input field.
- Click the "Convert" button to perform the conversion.
- The converted result will be displayed below the text input.
- Click the "Copy to Clipboard" button to copy the result to your clipboard.
Here's an example of the application in action:
Developed by Orel Ashush License This project is licensed under the MIT License.
See the LICENSE file for more information.