{"id":23120980,"url":"https://github.com/sam4web/book-library-system","last_synced_at":"2025-04-04T03:16:46.643Z","repository":{"id":230968589,"uuid":"780261407","full_name":"sam4web/book-library-system","owner":"sam4web","description":"A command-line application designed to manage a collection of books in a library.","archived":false,"fork":false,"pushed_at":"2024-04-01T20:26:13.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T14:48:23.015Z","etag":null,"topics":["book-library","cli","crud-application","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sam4web.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-01T05:02:01.000Z","updated_at":"2024-04-01T20:25:10.000Z","dependencies_parsed_at":"2024-04-01T21:44:04.355Z","dependency_job_id":null,"html_url":"https://github.com/sam4web/book-library-system","commit_stats":null,"previous_names":["sam4web/book-library-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fbook-library-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fbook-library-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fbook-library-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fbook-library-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam4web","download_url":"https://codeload.github.com/sam4web/book-library-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247112765,"owners_count":20885606,"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":["book-library","cli","crud-application","python"],"created_at":"2024-12-17T06:14:26.657Z","updated_at":"2025-04-04T03:16:46.622Z","avatar_url":"https://github.com/sam4web.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Library System Project\n\n## Overview:\n\nBook Library System is a command-line application designed to manage a collection of books in a library. It allows users to perform various operations related to book management, such as adding new books, viewing existing books, searching for books, borrowing and returning books, and more.\n\n## Features:\n\n- **User Authentication**: Users can create an account with a unique username and password to access the library system securely.\n- **Add Books**: Easily add new books to the library by providing title, author, genre, and publication year information.\n- **View Books**: View all books in the library along with their details such as title, author, and genre.\n- **Search Books**: Search for books by title, author, or genre to quickly find the desired book.\n\n## Prerequisites:\n\n- Python 3 installed on your system.\n- SQLite installed (usually comes pre-installed with Python).\n\n## Installation:\n\n1. Clone the repository:\n\n```bash\ngit clone \u003crepository-url\u003e\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd book_library_system\n```\n\n3. (Optional) Set up a virtual environment:\n\n```bash\npython3 -m venv venv\nsource venv/Scripts/activate\n```\n\n4. Install dependencies:\n\n```bash\npip install -r src/requirements.txt\n```\n\n## Usage:\n\n1. Run the application:\n\n```bash\npython src/main.py\n```\n\n2. Follow the on-screen instructions to interact with the Book Library System. You can add books, view books, search for books, etc.\n\n### Notes:\n\n- Modify the src/main.py file or add more functionality as needed for your specific requirements.\n\n- Make sure you have SQLite installed on your system for the database functionality to work properly.\n\n## Deactivation (Optional):\n\n1. If you used a virtual environment, deactivate it once you're done:\n\n```bash\ndeactivate # Deactivate virtual environment\n```\n\n## Contributions\n\nContributions are welcome! If you have ideas for improvements or new features, feel free to submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam4web%2Fbook-library-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam4web%2Fbook-library-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam4web%2Fbook-library-system/lists"}