python-fun icon indicating copy to clipboard operation
python-fun copied to clipboard

Snake.py

Open 15kay opened this issue 4 years ago • 2 comments

please help I am trying to run it but shows me this message 'No module named pygame'. Screenshot (53)

15kay avatar Jan 20 '22 09:01 15kay

just go to python/scripts folder, open a command window to this path, type the following:

C:\python34\scripts> python -m pip install pygame And To test it, open python IDE and type

import pygame print (pygame.ver)

m3hrab avatar Jan 24 '22 18:01 m3hrab

Probably pygame library was not installed. Try typing " pip install pygame " in your python terminal

Isouz avatar Apr 30 '22 18:04 Isouz