hi, how are you today
Today we are going to discuss how to import pygame in pycharm. There are a simple step and that's it.
So Above are the two methods to import pygame to pycharm.
After importing it will work and you can start designing your game.
What to do if pycharm is showing no module with name pygame is present
If still it is not working then don't worry, we have one more way to install pygame package
first try the above steps and in 99.99% cases that will work, still issue follow below steps.
Method 2
import pygame
or
import pygame as py (any name you can give of your choice in place of py)
So Above are the two methods to import pygame to pycharm.
After importing it will work and you can start designing your game.
What to do if pycharm is showing no module with name pygame is present
Method 1
- Keep the cursor on that red line, and left click
- click on that and all done and you can use it
If still it is not working then don't worry, we have one more way to install pygame package
first try the above steps and in 99.99% cases that will work, still issue follow below steps.
Method 2
- click on file -> settings
- see if the package name is present, if not then click on the plus icon on right top side
- a window of all available packages will appear, just type the package name in search tab
- select the package and click on install and all done
So above are the two methods to install pygame package if pycharm is unable to recognize the package
The above method you can use to any install package which shows module not present.
If still you are not able to to do this then please check weather you have installed the module correctly using pip
Hope you all like this post and I wish this proves useful to you.
Keep sharing & give your views about post in comments.
Comments are always welcomed for better improvement.
Keep sharing & give your views about post in comments.
Comments are always welcomed for better improvement.
Thanks :)
Please write comments if you find anything needs to be more clear, incorrect, or you want to share more information about the topic discussed above
Comments
Post a Comment