https://github.com/parzibyte/morse_python
Codificar y decodificar Morse en Python https://parzibyte.me/blog/2021/03/06/python-traductor-codigo-morse/
https://github.com/parzibyte/morse_python
decode encode morse python traductor translator
Last synced: 27 days ago
JSON representation
Codificar y decodificar Morse en Python https://parzibyte.me/blog/2021/03/06/python-traductor-codigo-morse/
- Host: GitHub
- URL: https://github.com/parzibyte/morse_python
- Owner: parzibyte
- License: mit
- Created: 2021-03-06T17:45:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T17:57:15.000Z (over 4 years ago)
- Last Synced: 2025-07-27T05:30:39.480Z (2 months ago)
- Topics: decode, encode, morse, python, traductor, translator
- Language: Python
- Homepage: https://parzibyte.me/blog/2021/03/06/python-traductor-codigo-morse/
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Traductor código Morse en Python
Ejercicio de programación en Python. Convertir texto a Morse y Morse a texto, haciendo al final un traductor de código Morse.
# Tutorial
https://parzibyte.me/blog/2021/03/06/python-traductor-codigo-morse/