Ghonem22 / Implementation-of-menu-project-using-oo

This is an implementation of CH2 Case study from "Python 3 Object-Oriented Programming" book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of menu project using oo (Toy Project)

This is an implementation of CH2 Case study from "Python 3 Object-Oriented Programming" book

This is the system design:

menu

This menu class design:

menu_design

How to run:

1- open your cmd

2- clone this repo:

   git clone https://github.com/Ghonem22/Implementation-of-menu-project-using-oo.git

3- change directory to ./Implementation-of-menu-project-using-oo/Create_menu/

4- python menu.py

This will display all choices you can use:

            1: show_notes,
            2: search_notes,
            3: add_note,
            4: modify_note,
            5: quit

About

This is an implementation of CH2 Case study from "Python 3 Object-Oriented Programming" book


Languages

Language:Python 100.0%