patrickloeber / python-fun

Some fun and useful projects with Python
MIT License
724 stars 562 forks source link

Snake.py #7

Open 15kay opened 2 years ago

15kay commented 2 years ago

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

m3hrab commented 2 years ago

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)

Isouz commented 2 years ago

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