https://github.com/cektor/morsegui-translator
GUI Morse to Text and Text to Morse Translator Written in Python Language Automatic Translation and Sending Directly over Amateur Radio with Accurate Implementation
https://github.com/cektor/morsegui-translator
morse-code morse-code-translator
Last synced: about 1 month ago
JSON representation
GUI Morse to Text and Text to Morse Translator Written in Python Language Automatic Translation and Sending Directly over Amateur Radio with Accurate Implementation
- Host: GitHub
- URL: https://github.com/cektor/morsegui-translator
- Owner: cektor
- License: gpl-3.0
- Created: 2024-11-08T10:49:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:02:33.000Z (6 months ago)
- Last Synced: 2025-02-13T08:52:43.815Z (3 months ago)
- Topics: morse-code, morse-code-translator
- Language: Python
- Homepage: https://fatihonder.org.tr/python-ile-mors-translator-gui/
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MorseGUI-Translator
GUI Morse to Text and Text to Morse Translator Written in Python Language Automatic Translation and Sending Directly over Amateur Radio with Accurate ImplementationInstall Git Clone and Python3
Github Package Must Be Installed On Your Device.
```bash
sudo apt install git -y
```Python3 Package Must Be Installed On Your Device.
```bash
sudo apt install python3 -y && sudo apt install pip3 install pyserial```
----------------------------------
https://fatihonder.org.tr/python-ile-mors-translator-gui/# Installation
Install MorseGUI-Translator
```bash
sudo git clone https://github.com/cektor/MorseGUI-Translator.git
```
```bash
cd MorseGUI-Translator/
``````bash
python morsgui.py
```
or```bash
python3 morsgui.py
```
# To compileNOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
```bash
pyinstaller --onefile --windowed morsgui.py
```Windows VSCode Terminal
```bash
pyinstaller --onefile --noconsole morsgui.py
```MacOS VSCode Terminal
```bash
pyinstaller --onefile --noconsole bytsconvert.py
```# To run directly on Windows or Linux
Download and Run According to Your Operating System from the Linkhttps://github.com/cektor/MorseGUI-Translator/releases/tag/1.0
# Linux Screenshot
