Skip to main content

Python library to send and receive morse codes on Raspberry Pi

Project description

morseplay

PyPi Build Status

morseplay is a python library to send and receive morse codes on Raspberry Pi.

Installation & Usage

$ pip install morseplay

or if you like to live on the bleeding edge:

$ python setup.py install

Check out these examples to learn how to use morseplay:

>>> import morseplay
>>> import RPi.GPIO as GPIO
# Let's try sending morse signals from an LED
>>> LED = morseplay.OutputMorse(outpin=17, setmode=GPIO.BCM, delay_unit=0.3)
# This will signal "hello" in morse from LED attached to pin 17
>>> LED.send("hello")
# You can also run the signal in background by returning a Thread instance
>>> signal = LED.send("hello", threaded=True)
>>> signal.start()
# Output custom morse code
>>> LED.send("-.--   ---", morse=True)
# Note that letters are separated by 3 spaces and words are separated
# by 7 spaces

Contributing

Bug reports, feature requests and even documentation improvements are most welcome!

License

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

morseplay-0.1.2-py2.py3-none-any.whl (2.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file morseplay-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for morseplay-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 923cae9a2f31e635785503d25452eec26449c5cc60224e53d454580f431b3581
MD5 3f84774250aab45edf137f03d5f320a8
BLAKE2b-256 37f2ab5e34e104b3fca2426bec4c1a6f43ee5fa34ee49f3848d9e22fb6e73d17

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page