Notifications You must be signed in to change notification settings This is a repository for keeping the assignment of the course "100 Days of Code: The Complete Python Pro Bootcamp". Day 82 ...
Morse code is a method of sending messages using dots (·) and dashes (โ€“). Each letter and number has its own unique pattern. Here is a simple Python library to work with Morse code. It can convert ...
๐Ÿ”Š Voice/Text/Morse Code Converter (Python) Developed a multi-functional Python application that enables seamless conversion between voice, text, and Morse code through both auditory and visual ...
morse-project/ โ”‚ โ”œโ”€โ”€ morse/ โ”‚ โ”œโ”€โ”€ init.py โ”‚ โ”œโ”€โ”€ mappings.py # Morse dictionaries โ”‚ โ”œโ”€โ”€ encoder.py # Text โ†’ Morse โ”‚ โ”œโ”€โ”€ decoder.py # Morse โ†’ Text โ”‚ โ”œโ”€โ”€ audio.py # Morse audio playback โ”‚ โ”œโ”€โ”€ main.py ...