You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python command-line Morse code encoder and decoder for converting text to International Morse code and back. Built as a learning-focused CLI lab to practice encoding/decoding logic, dictionary-based mappings, and analytical thinking for puzzles and CTF-style challenges.
A Python GUI-based Morse code encoder and decoder built with customtkinter. Designed as a learning-focused lab to practice encoding/decoding logic, symbol-based communication, and GUI integration for analytical thinking, puzzles, and CTF-style problem solving.