We can split up this section in two halfs,
Installation of Python and Tkinter
Installation of VS code and Creating Project
Installation of Python and Tkinter
1. Download and Install Python on to your system. Visit https://www.python.org/ and download the latest Python installer.
2. Once the package is downloaded, navigate the directory and install the package.
3. After the installation, open command prompt and type python --version.
4. If you are using Python version 3.5 and later then no need to install Tkinter as it is prepacked inside the Python. For Python version less than 3.5, open command prompt and type pip install tkinter.
Installation of VS code and Creating Project
1. Visit the following link https://code.visualstudio.com/download.
2. Download the relevant package for your system and Install it.
3. Create a Project folder then import it into the VS Code. Open a explorer and create a new folder.
Now open the VS Code and Click File ---> Open Folder or Ctrl+K Ctrl+O. Then browser and choose the folder we created.