Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.07 KB

File metadata and controls

45 lines (37 loc) · 1.07 KB

Queuepy

A Queueing Models simulation

Installation

To install Queuepy, clone the repository and install the dependencies:

git clone https://github.com/0xSA7/Queuepy.git
cd Queuepy
pip install -r requirements.txt

Using a virtual environment:

Create a virtual environment (venv) :

python -m venv /path/to/project/Queuepy/venv

Activate the virtual environment (venv):

source /path/to/project/Queuepy/venv/bin/activate

Usage

To run the CLI, use the following command:

python CLI.py

To run the GUI, use the following command:

python GUI.py 

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

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

Team

This project was developed by: