Skip to content

howyongheng0313/Library-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library system for Brickfields Kuala Lumpur Community Library.

User Guides

  1. To access the system, run the program from Run.py
  2. Prevent editing the text file directly to avoid file errors

Super Admin Details

Username = admin Password = admin123

Library-Management-Program

This is a simple Library Management Program utilizing only resources and modules solely from the Python Documentation only. Thus, there is no need for additional libraries such as pandas to utilize this program.

This Program is a showcase example of our mastery in the Python Language.

Overview

This project is part of our Introduction to Python Programming course. The goal of this assignment is to introduce the basics and give mastery upon the subject of Python Programming. This repository contains the work done by our group to complete the assignment.

Team Members

Installation & Setup

To get started with this project, follow the instructions below.

  1. Clone the repository:

    git clone https://github.com/Kingsleylyh/Library-System.git
    
  2. Navigate into the project directory:

    cd your-repo-name
    
  3. Create a virtual environment (optional but recommended):

    python -m venv venv
    
  4. Activate the virtual environment:

    On Windows:

    .\venv\Scripts\activate

    On Mac:

 source venv/bin/activate

Usage

To run the project, follow these steps:

Run the main Python script (or entry point):

python main.py

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%