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
En esta página del sitio puede ver el video en línea CREATE WINDOW USING PYGAME MODULE||PYGAME--PYTHON HINDI TUTORIAL de Duración hora minuto segunda en buena calidad , que subió el usuario CODING LIFE 21 septiembre 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 17 veces y le gustó 0 a los espectadores. Disfruta viendo!