britth / GameChanger

A simple command line program that processes Twitter data to discover popular moments in multi-game sporting events. Never settle for a boring game!
MIT License
0 stars 0 forks source link

Command line interface using curses library #18

Open britth opened 10 years ago

britth commented 10 years ago

This library looked like a possibility if we want to make a more interesting/attractive user interface for the command line.

documentation: https://docs.python.org/3.4/howto/curses.html#curses-howto helpful video tutorial: http://www.youtube.com/user/pythoncursestutorial/videos

sunhwap commented 10 years ago

Yes, if we can import curses module into nitrous, the user interface will look better. thank you for the sites.

britth commented 10 years ago

started via #39, but will wait to close since it's very basic