{"id":22147843,"url":"https://github.com/dog-broad/morsecodetranslator","last_synced_at":"2026-03-12T17:40:44.178Z","repository":{"id":170368522,"uuid":"646505441","full_name":"dog-broad/MorseCodeTranslator","owner":"dog-broad","description":"The Morse Code Translator is a Java program that provides a graphical user interface (GUI) to convert text messages between English and Morse code.","archived":false,"fork":false,"pushed_at":"2024-07-14T14:27:11.000Z","size":193,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T19:31:16.297Z","etag":null,"topics":["flatlaf","gui","java","maven","morse-code"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dog-broad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-28T16:02:32.000Z","updated_at":"2025-09-25T05:19:42.000Z","dependencies_parsed_at":"2024-12-01T23:35:41.319Z","dependency_job_id":null,"html_url":"https://github.com/dog-broad/MorseCodeTranslator","commit_stats":null,"previous_names":["dog-broad/morsecodetranslator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dog-broad/MorseCodeTranslator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dog-broad%2FMorseCodeTranslator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dog-broad%2FMorseCodeTranslator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dog-broad%2FMorseCodeTranslator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dog-broad%2FMorseCodeTranslator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dog-broad","download_url":"https://codeload.github.com/dog-broad/MorseCodeTranslator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dog-broad%2FMorseCodeTranslator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30435506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flatlaf","gui","java","maven","morse-code"],"created_at":"2024-12-01T23:24:43.523Z","updated_at":"2026-03-12T17:40:44.154Z","avatar_url":"https://github.com/dog-broad.png","language":"Java","readme":"# Morse Code Translator 📡\r\n\r\nMorse Code Translator is a Java Swing application that enables users to translate between English text and Morse code. It also supports playing Morse code as audio and saving translated text to files.\r\n\r\n## Features ✨\r\n\r\n- **Translate to Morse**: Converts English text into Morse code.\r\n- **Translate to English**: Converts Morse code into English text.\r\n- **Play Morse Code**: Plays the Morse code audio.\r\n- **Save Text/Morse**: Saves text or Morse code to a text file.\r\n- **Switch Theme**: Toggles between light and dark themes.\r\n\r\n## Screenshots 🖼️\r\n\r\n\u003ctable\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\"img/2024-07-14-19-23-19.png\" alt=\"Morse Code Translator screenshot 1\"\u003e\u003c/td\u003e\r\n    \u003ctd\u003e\u003cimg src=\"img/2024-07-14-19-22-45.png\" alt=\"Morse Code Translator screenshot 2\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\"img/2024-07-14-19-23-50.png\" alt=\"Morse Code Translator screenshot 3\"\u003e\u003c/td\u003e\r\n    \u003ctd\u003e\u003cimg src=\"img/2024-07-14-19-24-12.png\" alt=\"Morse Code Translator screenshot 4\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd colspan=\"2\" align=\"center\"\u003e\u003cimg src=\"img/2024-07-14-19-24-49.png\" alt=\"Morse Code Translator screenshot 5\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n\u003c/table\u003e\r\n\r\n## Usage 🚀\r\n\r\n1. **Translate Text**:\r\n   - Enter text in the \"Plain Text\" area.\r\n   - Click **Translate to Morse** to convert it to Morse code.\r\n\r\n2. **Translate Morse Code**:\r\n   - Enter Morse code in the \"Morse Code\" area.\r\n   - Click **Translate to English** to convert it to English text.\r\n\r\n3. **Play Morse Code**:\r\n   - Click **Play Morse Code** to hear the Morse code audio.\r\n\r\n4. **Save Files**:\r\n   - Use **Save Text** or **Save Morse** buttons to save content to files.\r\n\r\n## Settings ⚙️\r\n\r\nAdjust settings like `speed`, `pitch`, and `volume` from the **Settings** menu.\r\n\r\n## Technologies Used 🛠️\r\n\r\n- Java \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg\" alt=\"Java\" width=\"20\" height=\"20\"/\u003e\r\n- Swing (GUI framework)\r\n- FlatLaf (Look and Feel)\r\n- JIconFont (FontAwesome icons)\r\n\r\n## Installation 🛠️\r\n\r\nTo run the Morse Code Translator:\r\n\r\n1. Clone the repository:\r\n   ```\r\n   git clone https://github.com/dog-broad/MorseCodeTranslator.git\r\n   ```\r\n   \r\n2. Build the project using Maven:\r\n   ```\r\n   mvn clean package\r\n   ```\r\n   \r\n3. Run the application:\r\n   ```\r\n   java -jar target/MorseCodeTranslator.jar\r\n   ```\r\n\r\n## Contributing 🤝\r\n\r\nContributions are welcome! Fork the repository and submit a pull request.\r\n\r\n## License 📄\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdog-broad%2Fmorsecodetranslator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdog-broad%2Fmorsecodetranslator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdog-broad%2Fmorsecodetranslator/lists"}