Add video links to README
Added links to functionality and explanatory videos.
This commit is contained in:
parent
6acb5ab84a
commit
ff1020fe87
|
|
@ -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).
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue