Install kivy
How install kivy for VS Code Requirements :- Installed Python 2.7 and 3.5 to 3.7 . Installed VS Code . Get started :- Before starting to install kivy, make sure that you have installed Python 2.7 or 3.5 to 3.7 but latest 3.8 will not supported. After installed Python successfully, open command prompt. Now type python --version to make sure that you have installed Python correctly. Now type pip install wheel setuptools virtualdev to install these files. After installation completed, now type pip install docutils pygments pypiwin32 kivy_deps.sdl2 kivy_deps.glew . After that type pip install kivy_deps.gstreamer . Now type pip install kivy . (Optional)If you need to install examples type pip install kivy_examples. Now open your visual studio and write some kivy Python code and save it file with .py Run it and you can see the output. I hope now you understand how to type kivy Python code in Visual Stu