Video explicativo
This commit is contained in:
parent
33b3ab4338
commit
496cc5ce1a
|
@ -1,4 +1,5 @@
|
|||
**Proyecto final 1º trimestre - Andrés Moran - Video explicativo** https://youtu.be/r6a2wTOa6aI
|
||||
**Proyecto final 2º trimestre - Andrés Moran - Video explicativo** https://youtu.be/KubAfOfJ96Q
|
||||
|
||||
### 1. **Juego (Game)**
|
||||
- **Funcionalidad:** Implementa un juego en el que los círculos aparecen aleatoriamente en un lienzo, y el jugador debe hacer clic en ellos para ganar puntos.
|
||||
|
|
Binary file not shown.
|
@ -34,7 +34,7 @@ class PanelIzquierdo:
|
|||
|
||||
self.entry_url = tk.Entry(scraping_frame, font=("Helvetica", 10), width=30)
|
||||
self.entry_url.pack(pady=5)
|
||||
self.entry_url.insert(0, "https://www.amazon.es/") # URL por defecto
|
||||
self.entry_url.insert(0, "https://www.gva.es/es/inicio/presentacion") # URL por defecto
|
||||
|
||||
boton_scrapping = tk.Button(
|
||||
scraping_frame,
|
||||
|
|
Loading…
Reference in New Issue