Skip to content

ozgecengizhan/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Library Management System

This project implements a library management system using the Python programming language. The system allows listing the books available in the library, adding new books, and removing existing books. Additionally, it provides an interactive interface through a menu for users to perform these functions.

How to Use

The project includes a Library class and uses this class to create a library object. This object is used to manage the books in the library. Users can use the library functions by selecting the options specified in the menu.

Features

List Books (List_Books) This method lists the books available in the library. Each book is listed with its title and author.

Add Book (Add_Book) This method prompts the user for a book title, author, publication year, and number of pages, and adds this information to the library.

Remove Book (Remove_Book) This method prompts the user for the title of the book to remove and removes the specified book from the library.

Menu Users encounter a menu when they start the program. This menu provides options to list the available books, add a new book, remove a book, or exit the program.

You can copy and use this translation for your project documentation. Let me know if you need further assistance!


Library Management System Bu proje, bir kütüphane yönetim sistemini Python programlama dili kullanarak gerçekleştirmektedir. Bu sistem, kütüphanede bulunan kitapları listelemeyi, yeni kitap eklemeyi ve mevcut kitapları kaldırmayı sağlar. Ayrıca, kullanıcılar arasında etkileşimli bir menü aracılığıyla bu işlevleri gerçekleştirmek için bir arayüz sunar.

Nasıl Kullanılır Proje, bir Library sınıfını ve bu sınıfı kullanarak bir kütüphane nesnesi oluşturmayı içerir. Bu nesne, kütüphanedeki kitapları yönetmek için kullanılır. Kullanıcılar, menüde belirtilen seçenekleri seçerek kütüphane işlevlerini kullanabilirler.

Özellikler Liste Kitaplar (List_Books) Bu yöntem, kütüphanedeki mevcut kitapları listeler. Her kitap, başlık ve yazarıyla birlikte listelenir.

Kitap Ekle (Add_Book) Bu yöntem, kullanıcıdan bir kitap başlığı, yazarı, yayın yılı ve sayfa sayısı alır ve bu bilgileri kütüphaneye ekler.

Kitap Kaldır (Remove_Book) Bu yöntem, kullanıcıdan kaldırılacak bir kitap başlığı alır ve bu kitabı kütüphaneden kaldırır.

Menü Kullanıcılar, programı başlattıklarında bir menüyle karşılaşırlar. Bu menüde, mevcut kitapları listeleme, yeni kitap eklemeyi seçme, bir kitabı kaldırmayı seçme veya programı sonlandırma seçenekleri bulunur.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages