This is an example of how to build a GUI using TKinter in Python. You might find this example useful if you are a beginner. This demo example is just for educational purpose.
To test this example, simply download the files and clone this repository to your local computer.
To clone the repository: If you are Windows user, open Git Bash and simply type the following on aGit Bash.
$ git clone https://github.com/ParNaderi/TK-GUI-Example.git
If you are Linux user, open Terminal, change the current working directory to the location where you want the cloned directory, and type the following on the terminal.
$ git clone https://github.com/ParNaderi/TK-GUI-Example.git