Found 582 repositories(showing 30)
Elucidation
Simple set of python functions to translate alphanumeric characters to morse code and back
ag1le
Python based Morse decoder
cardre
A morse code wav file generator in python
nryoung
Small snippets of code to show common design patterns in Python.
cptdeadbones
A Morse Code Translator Wrrtien in Python
dori-dev
Convert text to morse code and play morse code sound.
CrazyFlyKite
Easily Encode & Decode Morse Code
docwhat
Morse code generator in Python
dcragusa
My solutions to Python Morsels
yayachiken
Simple Morsetrainer written in Python for the Koch method with Farnsworth timing.
aBoredDev
A library for decoding and encoding strings in Morse code in Python
CNuge
A morse code class for translation between morse and alphanumeric encodings, which supports text and audio message representation
Julian-Nash
A simple Python Morse code translator
N07070
A small project to broadcast morse code with Python and a Raspbery Pi
G1OJS
Simple multi-channel timing-based morse decoder written in Python.
zadacka
Code for Trey Hunner's wonderful Python Morsels project
mUtterberg
My work for Python Morsels exercises
jeury301
My solutions to exercises from Python Morsels
RamanSharma100
this is the morse code converter project for our CA
mmgrant73
PyMorseCode is a morse code reader/generator. It can transacte a string text to morse code output. Also, it can play the morse code in audio format and save it to your computer in WAV format. You can also load a WAV file that has morse code and it will translate it to a text string so that you can read it. This project contains a library file called pymorse.py that you can use in your project and a GUI interface that you can use to generate Morse code text and audio. Also, translate a Morse code wave file.
valerymelou
Exercises of effective Python Programming
Kishanjaisoorya
This Python program converts normal text to Morse code using a predefined dictionary, offering a simple and efficient text-to-Morse conversion.
DarkGloves
Program to encode/decode your messages easily into morse code.
UdontKnowMe-git
A basic morse encoder/decoder made using python.
Prakashchater
A simple use of Dictionary to make this project.
NerdScript
Uma biblioteca em python que encrypita strings e desencripita
No description available
mauryantitans
Creating a morse code translator using python using which you can translate Morse Code to English and vice versa also as an additional feature you ca translate between English and Hindi too
MertEfeSevim
Latin alphabet to Morse Code translator or vice versa.
yilunchen27
Solutions for Trey Hunner's Python Morsels exercises, emphasizing idiomatic Python code