Skip to content

Instantly share code, notes, and snippets.

View dportilla's full-sized avatar
🏠
Working from home

David Portilla dportilla

🏠
Working from home
View GitHub Profile
@dportilla
dportilla / love.py
Created May 2, 2026 01:14
I Love You
"""Module for drawing an ASCII 'I ♥ U' with a name below.
This module provides utilities to render a stylized ASCII art
composition featuring the letters I and U flanking a heart shape,
followed by a centered name. Intended for terminal output with
optional ANSI color support.
"""
HEART: list[str] = [
" XXXXX XXXXX ",