MASTERMIND GAME
The Python program uses tkinter interface to create a GUI-based simulation of the MasterMind game.
Refer to the link to understand the rules of the game: https://www.wikihow.com/Play-Mastermind
System Specifications: python3.8, Ubuntu 20.04
Dependencies: tkinter ($ sudo apt-get install python3-tk)