-
Install the virtualenv module.
pip install virtualenv
-
create a virtual environment.
virtualenv dijkstra_ws
-
activate the virtual environment.
cd dijkstra_ws
source bin/activate
-
Clone the repo and install dependencies.
git clone https://github.com/mucozcan/dijkstra-pyqt.git
pip install -r requirements.txt
After successfully installed, simply run: python main.py
*Detailed technical documentation of classes and functions is included under docs
directory.
- Responsive UI design.
- Changing graph input from dict to adjacency matrix.
- Adding revert changes functionality.\
Any contribution is welcome.