Welcome The pygame library is an open-source module for the Python programming language specifically intended to help you make games and other multimedia applications. it is a cross-platform set of Python modules which is used to create video games. Python is prerequisite to install pygame module. The good way to install Pygame is with the pip tool (which is what python uses to install packages). The command is the following: py -m pip install -U pygame --user
Here I have created the simple game which helped me to make my basics strong and and it gave me the oveerall idea in workflow to start any project and to proceed in it.