{"id":27102459,"url":"https://github.com/ayerna/library-management-system","last_synced_at":"2025-10-08T04:40:47.039Z","repository":{"id":278450004,"uuid":"935655641","full_name":"ayerna/Library-Management-System","owner":"ayerna","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-19T20:04:57.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T10:33:20.138Z","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/ayerna.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":"2025-02-19T19:52:31.000Z","updated_at":"2025-02-19T20:05:01.000Z","dependencies_parsed_at":"2025-02-19T21:31:35.110Z","dependency_job_id":null,"html_url":"https://github.com/ayerna/Library-Management-System","commit_stats":null,"previous_names":["ayerna/library-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayerna/Library-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerna%2FLibrary-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerna%2FLibrary-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerna%2FLibrary-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerna%2FLibrary-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayerna","download_url":"https://codeload.github.com/ayerna/Library-Management-System/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerna%2FLibrary-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891750,"owners_count":26063855,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-04-06T15:39:56.249Z","updated_at":"2025-10-08T04:40:46.978Z","avatar_url":"https://github.com/ayerna.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Library Management System with Tkinter GUI\n\nA simple **Library Management System** built with Python, featuring a user-friendly graphical interface using Tkinter and a persistent backend using SQLite. This application allows users to manage books in a library, including adding, searching, borrowing, returning, listing books, and managing user comments.\n\n## Features\n\n- **Add Book:** Enter the book title and author directly in the provided form to add a new book to the library.\n- **Search Books:** Quickly search for books by title. Search results display the author and availability status.\n- **Borrow Book:** Borrow a book if it is available. The system automatically marks it as unavailable.\n- **Return Book:** Return a borrowed book and update its status to available.\n- **List Books:** View all books in a table-like format using a Treeview widget.\n- **User Comments:** Add and view comments for each book.\n- **Exit:** Easily exit the application through the menu bar.\n\n## Getting Started\n\n### Prerequisites\n\n- **Python 3.x**  \n  Most modern Python installations include SQLite3 and Tkinter by default. If Tkinter is not installed on your system, refer to the [Tkinter installation guide](https://tkdocs.com/tutorial/install.html).\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/ayerna/library-management-system.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```bash\n   cd library-management-system\n   ```\n\n### Running the Application\n\nRun the Python script to start the application:\n\n```bash\npython library_management_gui.py\n```\n\nThe GUI window will open, displaying a tabbed interface for managing your library.\n\n## Code Structure\n\n- **`library_management_gui.py`**  \n  The main Python file that includes the complete code for the Library Management System with a Tkinter GUI.\n\n- **SQLite Database (`library.db`):**  \n  The application automatically creates and uses a SQLite database to store book information and user comments.\n\n## Usage\n\n- **Tabbed Interface:**  \n  The application uses a tabbed interface (`ttk.Notebook`) to separate functionalities, making it intuitive to navigate through different operations.\n\n- **Forms and Status Messages:**  \n  Each tab contains dedicated input fields and status messages to guide users through various operations (adding, searching, borrowing, returning books, and managing comments).\n\n- **Treeview for Listing Books:**  \n  The \"List Books\" tab displays all books in a table format with scroll functionality.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayerna%2Flibrary-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayerna%2Flibrary-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayerna%2Flibrary-management-system/lists"}