{"id":24152465,"url":"https://github.com/simonepere/library-management-software","last_synced_at":"2026-05-13T00:32:57.173Z","repository":{"id":269859838,"uuid":"907045577","full_name":"SimonePere/library-management-software","owner":"SimonePere","description":"A library management software designed to organize and streamline book collections, using Python for functionality and MongoDB for efficient data storage. Ideal for personal or institutional use.","archived":false,"fork":false,"pushed_at":"2024-12-31T17:18:38.000Z","size":10903,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T19:23:19.639Z","etag":null,"topics":["executable","mongodb","python"],"latest_commit_sha":null,"homepage":"","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/SimonePere.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-12-22T16:54:52.000Z","updated_at":"2024-12-31T17:18:41.000Z","dependencies_parsed_at":"2024-12-26T18:33:20.049Z","dependency_job_id":null,"html_url":"https://github.com/SimonePere/library-management-software","commit_stats":null,"previous_names":["simonepere/library-management-software"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SimonePere/library-management-software","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonePere%2Flibrary-management-software","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonePere%2Flibrary-management-software/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonePere%2Flibrary-management-software/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonePere%2Flibrary-management-software/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonePere","download_url":"https://codeload.github.com/SimonePere/library-management-software/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonePere%2Flibrary-management-software/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["executable","mongodb","python"],"created_at":"2025-01-12T10:16:07.130Z","updated_at":"2026-05-13T00:32:57.145Z","avatar_url":"https://github.com/SimonePere.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library Management Software\n\n![Library Management Software](https://img.shields.io/badge/Library%20Management-Python-blue)\n\n## Description\n\nThe **Library Management Software** is a Python-based application designed to streamline the management of library resources. It offers functionalities for cataloging books, managing member information, tracking borrowed items, and more.\n\n## Features\n\n- **Book Cataloging:** Add, update, and delete book records with details like title, author, ISBN, and genre.\n- **Member Management:** Maintain member profiles, including contact information and borrowing history.\n- **Borrowing System:** Track issued and returned books, with due date reminders.\n- **Search Functionality:** Efficiently search for books and members using various filters.\n- **Reporting:** Generate reports on library usage, popular books, and member activity.\n\n## Installation\n\n### Prerequisites\n\n- Python 3.7 or higher installed on your system\n- Git for version control\n\n### Steps\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/SimonePere/library-management-software.git\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```bash\n   cd library-management-software\n   ```\n\n3. **Create a Virtual Environment:**\n\n   ```bash\n   python -m venv venv\n   ```\n\n4. **Activate the Virtual Environment:**\n\n   - **Windows:**\n     ```bash\n     venv\\Scripts\\activate\n     ```\n   - **macOS/Linux:**\n     ```bash\n     source venv/bin/activate\n     ```\n\n5. **Install Dependencies:**\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\n1. **Run the Application:**\n\n   ```bash\n   python main.py\n   ```\n\n2. **Access the Interface:**\n\n   Open your web browser and navigate to `http://localhost:5000` to access the library management system.\n\n3. **Explore Features:**\n\n   - **Add Books:** Navigate to the \"Add Book\" section to catalog new books.\n   - **Manage Members:** Use the \"Members\" section to add or update member information.\n   - **Issue Books:** Go to the \"Issue Book\" section to lend books to members.\n   - **Return Books:** Use the \"Return Book\" section to process returned items.\n\n## Contributing\n\nContributions are welcome! Follow these steps to contribute:\n\n1. **Fork the Repository.**\n2. **Create a New Branch:**\n\n   ```bash\n   git checkout -b feature/YourFeatureName\n   ```\n\n3. **Make Your Changes.**\n4. **Commit Your Changes:**\n\n   ```bash\n   git commit -m 'Add feature: YourFeatureName'\n   ```\n\n5. **Push to the Branch:**\n\n   ```bash\n   git push origin feature/YourFeatureName\n   ```\n\n6. **Open a Pull Request.**\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or suggestions, please contact [Simone Mele](https://simone-mele-portfolio.web.app/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonepere%2Flibrary-management-software","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonepere%2Flibrary-management-software","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonepere%2Flibrary-management-software/lists"}