https://github.com/ragul-rofi/librarymangementsys
Explore the Library Management System Built in Python
https://github.com/ragul-rofi/librarymangementsys
gui library-management-system pyqt5 python sqlite3
Last synced: 1 day ago
JSON representation
Explore the Library Management System Built in Python
- Host: GitHub
- URL: https://github.com/ragul-rofi/librarymangementsys
- Owner: ragul-rofi
- License: mit
- Created: 2024-09-04T17:21:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:24:02.000Z (over 1 year ago)
- Last Synced: 2025-03-30T13:13:07.351Z (over 1 year ago)
- Topics: gui, library-management-system, pyqt5, python, sqlite3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library Management System
## Overview
The Library Management System is a simple desktop application built using Python and PyQt5. It allows users to add and view books in a library, providing a user-friendly interface for managing book records.
## Features
- **Add Books**: Input the title, author, and number of copies of a book to add it to the library database.
- **View Books**: Display all the books currently in the library in a table format.
## Technologies Used
- Python
- PyQt5
- SQLite3 for database management
## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/LibraryManagementSystem.git
## Contributing
- Contributions are welcome! Feel free to submit a pull request or open an issue for any suggestions or improvements.