An open API service indexing awesome lists of open source software.

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.

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/)