NATO Phonetic Alphabet Converter (Python Console App)
Developed a Python program that converts a user-entered word into its corresponding NATO phonetic alphabet representation. The program reads data from a CSV, converts it into a dictionary, and then performs the conversion based on user input, while also using error handling and recursion.
Check Out Repository