🎯 Random Name Picker
The Random Name Picker is a simple Python program that selects a random name from a predefined list using Python’s built-in random module. This beginner-friendly project helps learners understand basic concepts such as lists, modules, and random selection in Python.