A GUI program, written in python that calculates the probability vector in stable state of an finite absorbing markov chain. Tkinter is used for GUI and input is validated using regex.
numpy must be installed in order to run the program. If pip is installed, numpy can easily be installed by running the following command:
pip install numpy
Navigate to the src folder and run the following command:
python3 main.py
On linux tkinter must be installed for the program to work. Run the following command:
sudo apt-get install python3-tk