A Queueing Models simulation
To install Queuepy, clone the repository and install the dependencies:
git clone https://github.com/0xSA7/Queuepy.git
cd Queuepy
pip install -r requirements.txtCreate a virtual environment (venv) :
python -m venv /path/to/project/Queuepy/venvActivate the virtual environment (venv):
source /path/to/project/Queuepy/venv/bin/activateTo run the CLI, use the following command:
python CLI.pyTo run the GUI, use the following command:
python GUI.py Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was developed by:
- Special Thanks (Debugging): Abdelrahman Hany
- Mohamed Gomaa
- Omar Mohamed
- 0xSA7