1. First install Python
2. Add the path : Control panel - system Advance settings- Environment variables - System Variables - Path and edit - new and add the path for your python
3. Download the .whl file from https://www.lfd.uci.edu/~gohlke/pytho...
4. Open command prompt (with administrator privileges)
5. Navigate to downloaded the folder(obviously the download) in the command prompt using cd(change directory command)
6. Now type the following command
a. python -m pip install NameOfYourWheelFile.whl (if the 2nd step of setting the path is not carried out this will not work)
7. After the installation open idle and type:
Import idle in the shell and if the installation is successful you will get no errors
8. The next step is to get the Pygame functions library from
https://github.com/StevePaget/Pygame_...
Download the zip
Double click and open the pygame_functions-master folder and copy the pygame_Functions.py file ( make sure this file is in the same folder in which your project file is)
10 when you begin to write your game coding in Pygame you will include
from pygame_functions import *
Avoiding errors : For your convenience I have included all the installation files and made another video to actually demonstrate an error free installation from the following link:
https://qedu-my.sharepoint.com/:f:/g/...