Skip to content
forked from 0xSA7/Queuepy

A Queueing Models simulation排队

License

Notifications You must be signed in to change notification settings

xiaosanmeng/Queuepy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A Queueing Models simulation排队

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%