Skip to content

Instantly share code, notes, and snippets.

View Timsmall94's full-sized avatar

Samuel Ogunleye Timsmall94

  • NIgeria
View GitHub Profile
@Timtech4u
Timtech4u / bday.py
Created November 12, 2016 23:35
Happy Birthday Codes in Python.
#!/usr/bin/python
import curses
import random
stdscr = curses.initscr()
curses.noecho()
curses.cbreak()
stdscr.keypad(1)
curses.halfdelay(1)