Add video links to README

Added links to functionality and explanatory videos.
This commit is contained in:
Levi Planelles 2026-03-02 19:43:29 +01:00 committed by GitHub
parent 6acb5ab84a
commit ff1020fe87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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)