Update README day 12
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
parent
428e4a0400
commit
4b5eb62497
@ -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
|
||||
|
||||
|
BIN
python-total/img/dia12_01.png
Normal file
BIN
python-total/img/dia12_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 357 KiB |
BIN
python-total/img/dia12_02.png
Normal file
BIN
python-total/img/dia12_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Loading…
Reference in New Issue
Block a user