Update README day 12

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
Manuel Vergara 2023-05-20 10:29:10 +02:00
parent 428e4a0400
commit 4b5eb62497
3 changed files with 20 additions and 2 deletions

View File

@ -1,7 +1,25 @@
# Día 12 - Programa un gestor de restaurantes
## Índice
[Día 12 - Programa un gestor de restaurantes](#día-12---programa-un-gestor-de-restaurantes)
Tkinter sirve para programar interfaces gráficas de usuario.
```python
from tkinter import *
from tkinter import filedialog, messagebox
```
Enlace. Lista de colores de Tkinter: https://es.wikibooks.org/wiki/Python/Interfaz_gr%C3%A1fica_con_Tkinter/Los_nombres_de_los_colores
![](../img/dia12_01.png)
Para el Frame (marco) podemos indicar el relief con estas opciones:
- Flat
- Raised
- Sunked
- Groove
- Ridge
Para darle una especie de tridimensionalidad.
![](../img/dia12_02.png)
## Ficheros y documentación

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB