{"id":25065683,"url":"https://github.com/programming-sai/book-management-system","last_synced_at":"2025-03-31T13:27:54.107Z","repository":{"id":245706237,"uuid":"819007192","full_name":"Programming-Sai/Book-Management-System","owner":"Programming-Sai","description":"This is a Simple python program that allow some manipulation of data in the form of books. One can add, delete, view book info amongst other. ","archived":false,"fork":false,"pushed_at":"2024-06-23T15:32:20.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T19:49:01.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Programming-Sai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T14:08:00.000Z","updated_at":"2024-06-23T15:32:23.000Z","dependencies_parsed_at":"2024-06-23T15:49:12.629Z","dependency_job_id":"5db1a1d2-2ca7-4a1b-8aa6-9a18ea0cb627","html_url":"https://github.com/Programming-Sai/Book-Management-System","commit_stats":null,"previous_names":["programming-sai/book-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-Sai%2FBook-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-Sai%2FBook-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-Sai%2FBook-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-Sai%2FBook-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programming-Sai","download_url":"https://codeload.github.com/Programming-Sai/Book-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473305,"owners_count":20783244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-06T19:44:45.397Z","updated_at":"2025-03-31T13:27:54.073Z","avatar_url":"https://github.com/Programming-Sai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Management System\n\nThis is a Python-based command-line application for managing a collection of books. Users can add, remove, update, search, and view details of books stored in a text file (`Books.txt`).\n\n## Setup\n\n### Clone the repository\n   ```bash\n   git clone https://github.com/Programming-Sai/Book-Management-System.git\n   cd Book-Management-System\n   ```\n2. Install dependencies:\n\n```bash\n# Ensure you have Python installed (version 3.x recommended)\npip install tabulate\n```\n\n### Create a Books.txt file\n\n- Create a file named Books.txt where the book data will be stored. Each line in Books.txt should follow the format: title,author,genre,description.\n\n\n### Usage\nRun the program by executing `Book_Management_System.py`:\n\n```bash\n\npython Book_Management_System.py\n```\n\n### Command-Line Interface (CLI) Options\n1. View Books: Displays a list of all books.\n2. Add Book: Adds a new book to the collection.\n3. Remove Book: Deletes a selected book from the collection.\n4. Search For Book: Finds books based on title, author, genre, or description.\n5. Update Book Details: Modifies information about a specific book.\n6. Show Book Details: Displays detailed information about a selected book.\n7. Clear Book List: Deletes all books from the collection.\n\n\n### File Structure\n\n\nmain.py: Main script to run the Book Management System.\nBooks.txt: Text file storing book data.\nREADME.md: This file providing an overview and instructions.\n\n```graphql\n./Book-Management-System/*\n    ├─ Book_Management_System.py # main file hodling all book operations.\n    ├─ Books.txt # Holds all books added\n    └─ README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramming-sai%2Fbook-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramming-sai%2Fbook-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramming-sai%2Fbook-management-system/lists"}