Skip to content

The-School-of-AI/epai-s24-ram

Repository files navigation

Assignment S24

Introduction

This assignment is part of the EPAI v5 course. It focuses on creating a Library Management System using Enumerations and custom Exceptions.

Requirements

  • Python 3.8 or higher
  • Required libraries: pytest

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/epaiv5-s24.git
  2. Navigate to the project directory:
    cd epaiv5-s24
  3. Install the required libraries:
    pip install -r requirements.txt

Usage

To run the assignment scripts, use the following command:

python library_system.py

To run the tests, use the following command:

pytest

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published