Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 362 Bytes

File metadata and controls

10 lines (6 loc) · 362 Bytes

Demo using requests, curses, and the Chuck Norris API

Original code by Sean Zicari presented at PyCon 2013

https://github.com/SeanZicari/pycon-curses

Changes

I updated this code to use the requests package. I also wrapped the entire curses portion of the program with curses.wrapper. It exits more cleanly that way with the current version of Python.