Skip to content

kaneclev/LibraryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryManager

Pseudo Library Manager (in progress 2/5/23)

This library manager keeps track of a catalogue of books that can be modified and searched through using a variety of specifications. Using a built in command prompt, the program recieves commands through standard input and has a variety of commands that include adding books, removing books, and even has a function to pre-load a list of books into the library that the user can then work with afterwards.

There is an account system where a user can make an account and then sign these pseudobooks out.

Administrators only have permission to add brand new books to the catalogue or remove books all together.

This program uses serialization/deserialization to keep track of data after the program stops.

Releases

No releases published

Packages

No packages published

Languages