https://github.com/dori-dev/morse-in-python
Convert text to morse code and play morse code sound.
https://github.com/dori-dev/morse-in-python
Last synced: 10 months ago
JSON representation
Convert text to morse code and play morse code sound.
- Host: GitHub
- URL: https://github.com/dori-dev/morse-in-python
- Owner: dori-dev
- License: mit
- Created: 2021-11-12T19:04:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T05:03:49.000Z (almost 4 years ago)
- Last Synced: 2025-08-17T14:41:12.840Z (10 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morse in Python
Convert text(english) to morse codes and play morse sound!
#
# How to Play
## Installation Requirements
```
pip3 install python-vlc
```
## Run the Code
```
python3 main.py
```
#
# You Can Change
- You can change the sleep times and set_time_number in `functions.py` to change output sound!
#
# Links
Download Source Code: [Click Here](https://github.com/dori-dev/morse-in-python/archive/refs/heads/main.zip)
My Github Acount: [Click Here](https://github.com/dori-dev/)