Skip to content

Instantly share code, notes, and snippets.

View albert-yu's full-sized avatar
🎹

Albert Yu albert-yu

🎹
  • Navattic
  • New York, NY
View GitHub Profile
@albert-yu
albert-yu / twenty.py
Last active February 29, 2024 20:52
Reminder to relax eyes every 20 minutes
import time
import os
def log_with_time(msg: str):
print("Time: {} - {}".format(time.strftime("%H:%M:%S"), msg))
def main():
iters = 0