Thonny is a Python IDE (Integrated Development Environment) designed to be used by beginning Python learners. This video starts by demonstrating how to install Thonny into Windows 11. Then a Python virtual environment is created in Thonny. Kivy packages are then installed in the Python virtual environment. Also a short jumping jack program using Python and Kivy is downloaded from the babarehner github page. Because Kivy requires OpenGL 2.0 a it is quickly demonstrated how to reconfigure a VirtualBox virtual machine to run OpenGL 2.0. Finally the short jumping jack program is verified running using the Kivy packages.
Additional Info:
Thonny- https://thonny.org/
Mesa3D for Windows- https://fdossena.com/?p=mesa/index.fra
How To Set Up A Virtual Environment In Thonny IDE- Easy Setup- https://pythonology.eu/how-to-set-up-...
Using Virtual Environments in Thonny on a Raspberry Pi- https://core-electronics.com.au/guide...
00:00 Introduction
01:26 Install Thonny IDE
04:21 Create Python Virtual Environment
06:49 Install Kivy Packages in Virtual Environment
11:09 Verify Kivy Packages Work inside Virtual Environment