📘 Python Menu Program (January 23rd, 2026)
This is my second GitHub project, made while learning Python.
It’s a simple command-line menu program that lets the user choose between different options and interact with the program.
🧩 What this program includes
• User name input
• Menu with multiple options
• Loop to keep the program running
• Exit option
🧠 What I practiced in this project
• print()
• input()
• Variables
• If / elif / else statements
• While loops
• String methods
• Basic control flow
• I run this file using my code editor (PyCharm) by pressing Run
📚 Learning source
• I learned the Python concepts used in this project from Bro Code’s Python Course on YouTube
🚀 Future plans
• Improve the menu structure
• Add more options
• Clean up and refactor the code as I learn more Python