Skip to content

cymriccc/Menu-Looping-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงญ Menu Looping System (Python)

A simple Python terminal-based menu program that allows users to check grades, view their Certificate of Registration (COR), or exit the system โ€” all in a looped menu interface.
This project demonstrates menu looping, conditional logic, and use of Colorama for text styling.


๐Ÿ’ก Features

  • ๐Ÿงฎ Check Grades โ€” Displays predefined student grades by ID.
  • ๐Ÿชช Check COR โ€” Shows basic enrollment details for the entered student.
  • ๐Ÿšช Exit Option โ€” Gracefully ends the program.
  • ๐ŸŽจ Colorful Output โ€” Uses colorama for colored text in the terminal.
  • ๐Ÿ” Looping Menu โ€” Automatically returns to the menu until the user exits.

๐Ÿ“ฆ Installation

  1. Clone or Download this repository.

    git clone https://github.com/<your-username>/MenuLooping.py.git

    (or simply download the ZIP file and extract it)

  2. Navigate to the project folder:

    cd MenuLooping
  3. Install dependencies (requires Python 3):

    pip install colorama
  4. Run the program:

    python MenuLooping.py

๐Ÿงฐ Requirements

  • Python 3.8 or higher
  • colorama library (pip install colorama)

๐Ÿง  How It Works

  • Displays a looping text-based menu.
  • Prompts the user to select an option (1โ€“3).
  • Processes the input:
    • 1 โ†’ Check Grades
    • 2 โ†’ Check COR
    • 3 โ†’ Exit
  • Invalid inputs display an error message and return to the menu.

๐Ÿง‘โ€๐Ÿ’ป Example Output

====================
    Menu Looping
====================

Menu:
1. Check Grades
2. Check COR (Certificate of Registration)
3. Exit

Enter your choice (1-3): 1
You selected: Check Grades
Enter your name: Carlo
Enter your student ID: 1055147

Hello, Carlo (ID: 1055147)! Here are your grades:
Math: 88
Science: 95
History: 92

๐Ÿชช Author

Carlo
๐ŸŽ“ BSIT-MWA Freshman @ National University โ€“ MOA
๐Ÿ’ป Interested in Python, web, and mobile development


๐Ÿ“„ License

This project is open source and available under the MIT License.

About

Menu Looping simulated in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages