To start the application, execute the file tetris.py with a python interpreter that has the pygame library installed.
This can be done by running python tetris.py.
If you wish to install pygame on your active python installation, you can use pip install pygame
There is also a fully built .exe-Version that can be found at dist/tetris.exe