An open API service indexing awesome lists of open source software.

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

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.