https://github.com/irevenko/morse-code-desktop
👾♻️ A Morse Code translator desktop app using GTK3 bindings
https://github.com/irevenko/morse-code-desktop
desktop gtk3 gtk3-bindings morse morse-code morse-translator morsecode plays-morse translates
Last synced: 7 months ago
JSON representation
👾♻️ A Morse Code translator desktop app using GTK3 bindings
- Host: GitHub
- URL: https://github.com/irevenko/morse-code-desktop
- Owner: irevenko
- License: mit
- Created: 2021-02-05T20:00:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T22:30:26.000Z (over 4 years ago)
- Last Synced: 2025-01-28T12:16:47.045Z (8 months ago)
- Topics: desktop, gtk3, gtk3-bindings, morse, morse-code, morse-translator, morsecode, plays-morse, translates
- Language: Go
- Homepage:
- Size: 241 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morse Code Desktop App 👾♻️
Translates to or from morse code sequence and plays morse code sounds
Built using gotk3 for ui and oto for playing morse code sounds# Preview 🔎
![]()
# Quick Start 🚀
```git clone https://github.com/irevenko/morse-code-desktop.git```
```cd morse-code-desktop```
```go get "https://github.com/gotk3/gotk3"```
```go get "https://github.com/hajimehoshi/oto"```
```install all gotk3 dependencies```
```go run main.go```# What I Learned 🧠
- Using GTK3 bindings
- Working with Sound in Go (SineWave)# License 📑
(c) 2021 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)