Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snake.py #7

Open
15kay opened this issue Jan 20, 2022 · 2 comments
Open

Snake.py #7

15kay opened this issue Jan 20, 2022 · 2 comments

Comments

@15kay
Copy link

15kay commented Jan 20, 2022

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

@m3hrab
Copy link

m3hrab commented Jan 24, 2022

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
Copy link

Isouz commented Apr 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants