Skip to content
/ ESROM Public

This application allows you to convert between text and Morse code, and also allows you to listen to Morse code by voice. It has a Graphical user interface and is cross-platform.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

cektor/ESROM

Repository files navigation

made in TR

ESROM

This application allows you to convert between text and Morse code, and also allows you to listen to Morse code by voice. It has a graphical user interface and is cross-platform..

ESROM Logo

ESROM Logo


Linux Screenshot

Linux(pardus)

Windows Screenshot

Windows(11)


Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

git

sudo apt install git -y

Python3

sudo apt install python3 -y 

pip

sudo apt install python3-pip

Required Libraries

PyQt5

pip install PyQt5

PyQt5-sip

pip install PyQt5 PyQt5-sip

PyQt5-tools

pip install PyQt5-tools

Required Libraries for Debian/Ubuntu

sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools

pygame

pip install pygame

numpy

pip install numpy

Installation

Install ESROM

sudo git clone https://github.com/cektor/ESROM.git
cd ESROM
python3 esrom.py

To compile

NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.

pip install pyinstaller

Linux Terminal

pytohn3 -m pyinstaller --onefile --windowed esrom.py

Windows VSCode Terminal

pyinstaller --onefile --noconsole esrom.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole esrom.py

To install directly on Windows or Linux

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

wget -O Setup_Linux64.deb https://github.com/cektor/ESROM/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y

Windows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.

powershell -Command "Invoke-WebRequest -Uri 'https://github.com/cektor/ESROM/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'" && start /wait Setup_Win64.exe

Release Page: https://github.com/cektor/ESROM/releases/tag/1.00


About

This application allows you to convert between text and Morse code, and also allows you to listen to Morse code by voice. It has a Graphical user interface and is cross-platform.

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages