A Python program that converts words and sentences into Pig Latin.
- Converts individual words into Pig Latin
- Converts complete sentences
- Identifies vowels
- Handles consonant clusters and special letter combinations
- Accepts user input and displays the translated sentence
- Functions
- Conditional statements
- Loops
- String manipulation
- Lists
- Type hints
- Testing and debugging
This project was created to practice Python programming fundamentals, problem-solving, and working with functions.