CREATE WINDOW USING PYGAME MODULE||PYGAME--PYTHON HINDI TUTORIAL

Pubblicato il: 21 settembre 2021
sul canale di: CODING LIFE
17
0

Hello everybody
Today in this video we will be learning how to create a desktop window using pygame module and python programming

CODE AS IN VIDEO:

import pygame
pygame.init()


x = 500
y = 600

red = (255,0,0)

window = pygame.display.set_mode((x,y))

over = False

while over == False:
for event in pygame.event.get():
if event.type == pygame.QUIT:
over = True

#window.fill(red)
pygame.display.update()


------------------------------
Good bye see you in the next video tutorial


In questa pagina del sito puoi guardare il video online CREATE WINDOW USING PYGAME MODULE||PYGAME--PYTHON HINDI TUTORIAL della durata di ore minuti seconda in buona qualità , che l'utente ha caricato CODING LIFE 21 settembre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 17 volte e gli è piaciuto 0 spettatori. Buona visione!