Metadata-Version: 2.1
Name: morsey
Version: 0.1.0
Summary: Contains methods to translate morse code and english str objects.
Project-URL: Homepage, https://github.com/AHarnishPM/morsey
Project-URL: Bug Tracker, https://github.com/AHarnishPM/morsey/issues
Author-email: Aaron Harnish <aaronjharnish@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Morse-Code-Translator
Contains methods to translate between morse code and english in both text and audio forms.

This is my Morse code translator project. I'm mainly using it as a learning tool to get a better understanding of open-source code and proper Python coding practices.
When I first wrote this, it was 300 lines of if-else statements in Python 2. My goal is to turn it into something actually usable and readable.
Any suggestions for how to format my code better or comments on general glaring issues in my use of GitHub would be greatly appreciated!

Runs on Python 3.9
