Skip to content

Instantly share code, notes, and snippets.

View TotallyNotSethP's full-sized avatar

TotallyNotSeth.dev TotallyNotSethP

View GitHub Profile
@woctezuma
woctezuma / while_true_learn.md
Created December 5, 2021 17:51
Promo codes for while True: learn()
  • 1111
  • 4game
  • aavak
  • alien
  • also_ghost
  • aypierre
  • backtowtl
  • bathyscaphe
  • batiskaf
  • big_cat
@splaice
splaice / menu.py
Created February 20, 2017 01:37
Selectable menu in Python using blessed
#!/usr/bin/env python
from blessed import Terminal
menu = [["login to system"], ["create account"], ["disconnect"]]
def display_screen(selection):
term = Terminal()
print term.clear()