Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions about you.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ def sing_lyric(lyric, delay, speed):

def sing_song():
lyrics = [
("Do you think I have forgotten?", 0.1),
("Do you think I have forgotten?", 0.1),
("Do you think I have forgotten", 0.1),
("about you?", 0.2),
("There was something bout you that now I cant remember", 0.08),
("Its the same damn thing that made my heart surrender", 0.1),
("And I miss you on a train, I miss you in the morning", 0.1),
("I never know what to think about", 0.1),
("I think about youuuuuuuuuuuuuuuuuuuuuuuuuuu", 0.1)
("And if I was a fool for you", 0.2),
("I'd wait 500 million hours", 0.2),
("On a park bench out on the moon", 0.2),
("But in full view of what you are", 0.2),
("You're a goddess, you're my rock star", 0.3),
("I fell in love with Alexandra", 0.5),
("Even though I barely met her", 0.2),
("Even though we'd break our hearts", 0.2),
("Before we'd even start (Before we'd even start)", 0.5)
]
delays = [0.3, 5.0, 10.0, 15.0, 20.3, 25.0, 27.0, 30.2, 33.3]

Expand All @@ -41,4 +41,5 @@ def sing_song():
thread.join()

if __name__ == "__main__":
sing_song()

sing_song()