Skip to content

LASM24/library_management_software_V1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library management oftware V1.0

Welcome to Library Management Software V1.0!

py_logo

Overview

This project is a simulation of a library management system, developed entirely in Python ( and using only the typing module). It allows users to interact with the system via the console. Users can perform various tasks such as adding books, lending books, returning books, and viewing the list of available books. Please note that this functionality is only available during runtime, as the book records are stored in an array.

Features

  • Add Books: Add new books to the library collection.
  • Lend Books: Borrow books from the library.
  • Return Books: Return borrowed books to the library.
  • View Available Books: Display a list of books currently available in the library.

Project Details

This project is designed to be simple and practical, serving as a foundation for more advanced features in future versions. While functional, it currently lacks certain features such as validation for returning books, the ability to store multiple copies of a book, and the implementation of more sophisticated methods. However, these shortcomings will be addressed in upcoming versions of the project.

Future Updates

I plan to continue updating this project, as it serves as the basis for a larger full-stack web application. In future versions, I intend to integrate databases, web services, and a user-friendly interface to enhance the user experience and showcase my skills in full-stack development.

How to Use

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run the Python script.
  4. Follow the on-screen instructions to interact with the library management system.

New Versions here!

Version 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages