Créer jeu

Formulario Tkinter en Python Bach.

Compléter

(19)
Complete el formulario de registro.

Téléchargez la version papier pour jouer

Créé par

Ce jeu est une version de Formulario Tkinter en Python

Top 10 résultats

  1. 1
    Marco Rivas 4BC
    Marco Rivas 4BC
    01:54
    temps
    100
    but
  2. 2
    Lester Salguero 4BC
    Lester Salguero 4BC
    02:02
    temps
    100
    but
  3. 3
    Byron Simon 4bc
    Byron Simon 4bc
    02:43
    temps
    100
    but
  4. 4
    Alexis Monterroso
    Alexis Monterroso
    02:54
    temps
    100
    but
  5. 5
    Gabriel Bulnes
    Gabriel Bulnes
    03:07
    temps
    100
    but
  6. 6
    Melany Alvarez 4BC
    Melany Alvarez 4BC
    03:18
    temps
    100
    but
  7. 7
    Gleydin Ramos
    Gleydin Ramos
    03:54
    temps
    100
    but
  8. 8
    leandro barillas 4to BC
    leandro barillas 4to BC
    04:14
    temps
    100
    but
  9. 9
    Ashley Pacheco 4BC
    Ashley Pacheco 4BC
    05:04
    temps
    100
    but
  10. 10
    Estrella Roblero 4BC
    Estrella Roblero 4BC
    05:57
    temps
    100
    but
Voulez-vous apparaître dans le Top 10 de ce jeu? Connectez-vous pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Créez compléter
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu
Créer un défi
  1. temps
    but
  1. temps
    but
temps
but
temps
but
Obtenir Plan Académique

Imprimez votre jeu

game-icon

Completar

Formulario Tkinter en Python Bach.

Complete el formulario de registro.

Isaías A. Cuá Dubón
game-qr
1

cuadro_Apellido tkinter import pack bienvenido nombre_label apellido_label font miFrame nombre_label Tk nombre_label from Label cuadro_carrera geometry cuadro_nombre grid Seccion title mainloop config cuadro_carrera Entry miFrame apellido_label

*
raiz = ( )
raiz . ( " 300x200 " )
raiz . ( " Formulario Simple de : " )
= Frame ( )
miFrame . ( )
bienvenido = ( miFrame , text = " Realizado por : " )
. grid ( row = 0 , column = 0 )
bienvenido . ( = ( 'Arial' , 16 ) )
# - - - - - Seccion de Nombre - - - - -
= Label ( miFrame , text = " Cuál es tu nombre : " )
. grid ( row = 1 , column = 0 )
. config ( padx = 10 , pady = 10 )
cuadro_nombre = ( miFrame )
. grid ( row = 1 , column = 1 )
# - - - - - Seccion de Apellido - - - - -
apellido_label = Label ( miFrame , text = " Cuál es tu apellido : " )
. grid ( row = 2 , column = 0 )
. config ( padx = 10 , pady = 10 )
cuadro_Apellido = Entry ( miFrame )
. grid ( row = 2 , column = 1 )
# - - - - - de Dirección - - - - -
carrera = Label ( , text = " Carrera : " )
carrera . ( row = 3 , column = 0 )
carrera . config ( padx = 10 , pady = 10 )
= Entry ( miFrame )
. grid ( row = 3 , column = 1 )
raiz . ( )

Imprimer le PDF