From ff1020fe87ba57a62d9365723abd58bbb46a8368 Mon Sep 17 00:00:00 2001 From: Levi Planelles Date: Mon, 2 Mar 2026 19:43:29 +0100 Subject: [PATCH] Add video links to README Added links to functionality and explanatory videos. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf75694..e7e1feb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Cliente de Correo Electrónico (Python + Tkinter) +**VIDEO FUNCIONALIDAD** +https://youtu.be/OMbzm-YJ1Zg + +**VIDEO EXPLICATIVO CÓDIGO** +https://youtu.be/KUiz4sP8UDw + Este proyecto implementa un cliente de correo electrónico completo con interfaz gráfica (GUI) desarrollado en **Python** utilizando **Tkinter**. La aplicación soporta los tres protocolos fundamentales de correo electrónico: **SMTP** (envío), **IMAP** (gestión remota) y **POP3** (descarga local). ![Python](https://img.shields.io/badge/Python-3.11%2B-blue)