This is a library system for Brickfields Kuala Lumpur Community Library.
- To access the system, run the program from Run.py
- Prevent editing the text file directly to avoid file errors
Username = admin Password = admin123
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.
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.
To get started with this project, follow the instructions below.
-
Clone the repository:
git clone https://github.com/Kingsleylyh/Library-System.git
-
Navigate into the project directory:
cd your-repo-name
-
Create a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
On Windows:
.\venv\Scripts\activate
On Mac:
source venv/bin/activate
To run the project, follow these steps:
Run the main Python script (or entry point):
python main.py