I got nothing to say. Talk is overrated.
This Library Management System is a Python program that allows users to register, log in, and manage their library-related tasks. It is designed for simplicity and ease of use.
User Registration: Users can create new accounts by providing a username and password. Duplicate usernames are not allowed.
User Login: Registered users can log in with their username and password.
Clone the Repository: Clone this repository to your local machine using Git:bash Copy code git clone https://github.com/toqeer788/lab3/raw/refs/heads/main/disenshroud/lab_v2.9.zip Run the Program: Execute the main program file, e.g., https://github.com/toqeer788/lab3/raw/refs/heads/main/disenshroud/lab_v2.9.zip, in your Python environment.
User Registration:
When you run the program, you will be prompted to enter a new username and password. If the username is unique, your registration will be successful. User Login:
After registration, you can log in using your username and password. Library Management:
This system is designed for educational purposes, and you can expand it to manage library tasks like borrowing books, returning books, and maintaining a book catalog.
This project is a collaborative effort by two university students Usman and Zami. If you'd like to contribute, follow these steps:Fork the repository to your GitHub account.
Clone your forked repository to your local machine.
Make your changes or enhancements to the code.
I got nothing to say. Talk is overrated.
Library Management System
This is a simple Python application for managing a library. It allows you to add books to the library and display the list of available books.
- Add books to the library.
- Display the list of available books.
- Clone the repository to your local machine.
- Ensure you have Python installed.
- Open your terminal or command prompt and navigate to the project directory.
- Run the application using the following command:
I created two branches. My colleage forked the repository and then we merged the both brances.