Главная страница » Как установить pygame в visual studio code

Как установить pygame в visual studio code

  • автор:

How to import pygame in visual studio code?

I use visual studio code for coding (python) and now I have to write a program with pygame for my project and I can’t import pygame in visual studio code (I can import it with the python script, it just can’t be import ed in visual studio code).

martineau's user avatar

4 Answers 4

Here is the solution I tried:

From left bottom of your vs code you can find python environment, you can in the image I marked red:

enter image description here

after clicking in the red marked area you can see below option to select:

enter image description here

from the option select your desired one. Suppose first i was try selecting 2nd one but it was not working then i tried with the last one and it worked.

How to Install Pygame in Visual Studio Code

Pygame is a library that helps us create games using Python. Pygame uses SDL (short for Simple DirectMedia Layer), which helps us get access to the keyboard, mouse, and graphics. Pygame runs on almost every platform.

This guide shows you how to import Pygame in Visual Studio Code.

Step 1: Download Python

Download and install Python from python.org/downloads with default configurations.

Download Python

Step 2: Install Pygame

To install Pygame through VS Code, follow these steps:

        From the top-level View menu, select Terminal. Alternatively, you can press Ctrl + ‘.

      Terminal

      Install Pygame

      Step 3: Create a new Pygame project

      After installing the Pygame library, we must import all functions from it. We use the “import” keyword to import a library.

      For this example, let us create a simple Pygame application that displays Hello World on the screen. Follow the steps below:

        Click on the Open Folder button from the “Explorer” tab. Then, open or create a folder from your preferred directory. In my case, I’m creating a folder named “Test” which will be saved on my Desktop.

      Open Folder

      New File

      Filename

      Pygame Code

      Run

      Voilà! We’ve successfully imported and created our first Pygame application in VS Code.

      Can anyone help me with importing Pygame to Visual Studio Code?

      For my school assignment, I've got to create a project, I thought of making a game and the code editor that they have in school is Visual Studio Code.
      I am trying (at home) to import pygame to VSC and having some troubles.

      The top part of the picture is showing that nothing is coming up when I am trying to import it and the lower half is me hoping I've installed everything correctly and opening the mini-game.

      Как Установить Python И Pygame И Visual Studio Code, Самый Рабочий Способ, Как Обновить Pip?

      ��! РЕБЯТА, ЕСЛИ ВАМ НРАВЯТСЯ МОИ ВИДЕО-УРОКИ, Вы можете ПОДДЕРЖАТЬ меня и мой канал любой суммой, став спонсором канала —
      ��Карта Сбербанка 4274 3200 5483 6245, Вероника Борисовна Т.
      Благодарю за поддержку������
      ��Чтобы получить ДОСТУП К ИСХОДНОМУ КОДУ из ЧАСТЬ 1-ПЛАТФОРМЕР НА PYTHON, всему коду курса и стать СПОНСОРОМ ВЫХОДА НОВЫХ УРОКОВ И ШАГОВ —
      НАПИШИТЕ МНЕ в ВК или Instagram, я вышлю Вам ссылку с ДОСТУПОМ К ИСХОДНОМУ КОДУ И ФАЙЛАМ.
      СТОИМОСТЬ ИСХОДНОГО КОДА (ЧАСТЬ 1-ПЛАТФОРМЕР НА PYTHON из этого видео) — 580 РУБЛЕЙ (8$)
      СТОИМОСТЬ ИСХОДНОГО КОДА (ОДИН ШАГ) — 250 РУБЛЕЙ (3,5$)
      СТОИМОСТЬ ИСХОДНОГО КОДА (ВЕСЬ ПЛЕЙЛИСТ, ВСЕ ШАГИ) — 1250 РУБЛЕЙ (17$)
      Приветствую, друзья!
      Сегодня мы начинаем подготовку к работе с Python!
      И для этого нам понадобится:
      — обработчик языка Python
      — игровая библиотека Pygame
      — редактор кода, среда разработки Visual Studio Code
      Тайм-коды:
      0:00 — Вступление
      01:15 — Скачивание, выбор и установка Python
      06:05 — Установка Pygame
      07:23 — Альтернативная Установка Pygame (Самый надежный спопоб!)
      10:41 — Обновление PIP
      12:23 — Установка Visual Studio Code
      Настройка VSC для Python-файлов — https://youtu.be/Pw2lXnWLvEA
      Ребята, жду и всегда рада вашим комментариям:)
      Поддержите мой канал подпиской и лайком под этим видео)

      Новые видео на канале Вероника Топоркова

      • Как Сделать Микро-Игру На Thunkable, Простой Шаблон Игры, Пример Фиксированного Шутера
      • Как Создать Игру И Приложение, Мобильная Разработка, Создаю Игру Кликер
      • Как Создать Игру Shooters, Mobile App, 2D And 3D Games, Показываю У Себя На Канале

      Подписывайтесь на наш Telegram канал! @thewikihow открыть Мониторим видео тренды 24/7

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *